+2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * keyboard.c (Qsuper): Remove.
+ (parse_menu_item): Don't call where_is_internal specially for NS.
+
2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
* s/gnu-linux.h: Remove boilerplate comments.
2008-07-16 Jason Rumney <jasonr@gnu.org>
- * w32gui.h: Repeat 26 June changes lost by last change.
+ * w32gui.h: Repeat 26 June changes lost by last change.
2008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
* s/template.h: Remove comments about static.
- * sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove
- if 0-ed code.
+ * sysdep.c: Remove code depending on NEED_PTEM_H, unused.
+ Remove if 0-ed code.
(baud_convert): Don't depend on BAUD_CONVERT, all definitions the
were the same as the default.
* s/vms.h (BAUD_CONVERT): Remove, same as the default.
#ifdef HAVE_NS
#include "nsterm.h"
-extern Lisp_Object Qsuper;
#endif
#ifndef USE_CRT_DLL
&& 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))
{