diff options
Diffstat (limited to 'src/macselect.c')
| -rw-r--r-- | src/macselect.c | 2 |
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, |