emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.c,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Wed, 16 Jul 2008 16:38:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/07/16 16:38:33

Index: keyboard.c
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.c,v
retrieving revision 1.962
retrieving revision 1.963
diff -u -b -r1.962 -r1.963
--- keyboard.c  15 Jul 2008 21:01:44 -0000      1.962
+++ keyboard.c  16 Jul 2008 16:38:33 -0000      1.963
@@ -82,7 +82,6 @@
 
 #ifdef HAVE_NS
 #include "nsterm.h"
-extern Lisp_Object Qsuper;
 #endif
 
 #ifndef USE_CRT_DLL
@@ -8065,12 +8064,7 @@
              && SYMBOLP (XSYMBOL (def)->function)
              && ! NILP (Fget (def, Qmenu_alias)))
            def = XSYMBOL (def)->function;
-#ifdef HAVE_NS
-          /* prefer 'super' bindings */
-         tem = Fwhere_is_internal (def, Qnil, Qsuper, Qt, Qt);
-#else
          tem = Fwhere_is_internal (def, Qnil, Qt, Qnil, Qt);
-#endif
          XSETCAR (cachelist, tem);
          if (NILP (tem))
            {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]