Mercurial > emacs
changeset 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 | 34b8bc403505 |
children | 76e4d7c8d043 |
files | src/macselect.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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,