From: YAMAMOTO Mitsuharu Date: Sun, 11 Dec 2005 01:06:29 +0000 (+0000) Subject: (syms_of_macselect) : X-Git-Tag: emacs-pretest-22.0.90~5355 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d4983fdb33bd7bc5862d107f7c10f2ebcc37ebc;p=emacs.git (syms_of_macselect) : Initialize to nil. Keymap is now created in lisp/term/mac-win.el. --- 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. */); 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,