aboutsummaryrefslogtreecommitdiffstats
path: root/src/macselect.c
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-12-11 01:06:29 +0000
committerYAMAMOTO Mitsuharu2005-12-11 01:06:29 +0000
commit4d4983fdb33bd7bc5862d107f7c10f2ebcc37ebc (patch)
tree5c444176ba49c1a87217fb76c14bd491515cb7fd /src/macselect.c
parent77892c7340b48b80b70436aeb8f08afd16a8b98c (diff)
downloademacs-4d4983fdb33bd7bc5862d107f7c10f2ebcc37ebc.tar.gz
emacs-4d4983fdb33bd7bc5862d107f7c10f2ebcc37ebc.zip
(syms_of_macselect) <mac-apple-event-map>:
Initialize to nil. Keymap is now created in lisp/term/mac-win.el.
Diffstat (limited to 'src/macselect.c')
-rw-r--r--src/macselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macselect.c b/src/macselect.c
index dd9603f8321..066892adce0 100644
--- a/src/macselect.c
+++ b/src/macselect.c
@@ -1427,7 +1427,7 @@ set to nil. */);
1427 1427
1428 DEFVAR_LISP ("mac-apple-event-map", &Vmac_apple_event_map, 1428 DEFVAR_LISP ("mac-apple-event-map", &Vmac_apple_event_map,
1429 doc: /* Keymap for Apple events handled by Emacs. */); 1429 doc: /* Keymap for Apple events handled by Emacs. */);
1430 Vmac_apple_event_map = Fmake_sparse_keymap (Qnil); 1430 Vmac_apple_event_map = Qnil;
1431 1431
1432#ifdef MAC_OSX 1432#ifdef MAC_OSX
1433 DEFVAR_LISP ("mac-services-selection", &Vmac_services_selection, 1433 DEFVAR_LISP ("mac-services-selection", &Vmac_services_selection,