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:
parent
77892c7340
commit
4d4983fdb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue