1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 19:10:37 -08:00

(syms_of_macselect) <mac-apple-event-map>:

Initialize to nil.  Keymap is now created in lisp/term/mac-win.el.
This commit is contained in:
YAMAMOTO Mitsuharu 2005-12-11 01:06:29 +00:00
parent 77892c7340
commit 4d4983fdb3

View 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,