]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_macselect) <mac-apple-event-map>:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 11 Dec 2005 01:06:29 +0000 (01:06 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 11 Dec 2005 01:06:29 +0000 (01:06 +0000)
Initialize to nil.  Keymap is now created in lisp/term/mac-win.el.

src/macselect.c

index dd9603f8321569f518ff56e4bae8bb5cbbcd4123..066892adce018d81c70aa46623512d87c1103351 100644 (file)
@@ -1427,7 +1427,7 @@ set to nil.  */);
 
   DEFVAR_LISP ("mac-apple-event-map", &Vmac_apple_event_map,
               doc: /* Keymap for Apple events handled by Emacs.  */);
-  Vmac_apple_event_map = Fmake_sparse_keymap (Qnil);
+  Vmac_apple_event_map = Qnil;
 
 #ifdef MAC_OSX
   DEFVAR_LISP ("mac-services-selection", &Vmac_services_selection,