comparison src/macselect.c @ 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 819dc1a5c256
children b25e279aa874
comparison
equal deleted inserted replaced
67488:34b8bc403505 67489:e9ee2ee1d26e
1425 set to nil. */); 1425 set to nil. */);
1426 Vnext_selection_coding_system = Qnil; 1426 Vnext_selection_coding_system = Qnil;
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,
1434 doc: /* Selection name for communication via Services menu. */); 1434 doc: /* Selection name for communication via Services menu. */);
1435 Vmac_services_selection = intern ("PRIMARY"); 1435 Vmac_services_selection = intern ("PRIMARY");