From 4d4983fdb33bd7bc5862d107f7c10f2ebcc37ebc Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Sun, 11 Dec 2005 01:06:29 +0000 Subject: [PATCH] (syms_of_macselect) : Initialize to nil. Keymap is now created in lisp/term/mac-win.el. --- src/macselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2