diff src/macselect.c @ 67489:e9ee2ee1d26e

(syms_of_macselect) <mac-apple-event-map>: Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Sun, 11 Dec 2005 01:06:29 +0000
parents 819dc1a5c256
children b25e279aa874
line wrap: on
line diff
--- a/src/macselect.c	Sun Dec 11 01:06:20 2005 +0000
+++ b/src/macselect.c	Sun Dec 11 01:06:29 2005 +0000
@@ -1427,7 +1427,7 @@
 
   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,