summaryrefslogtreecommitdiff
path: root/lisp/term/mac-win.el
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2005-12-11 01:05:56 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2005-12-11 01:05:56 +0000
commit2f1fd4847112605dac47aad26b5ab94988a4801c (patch)
treec9fc74f0143ad411387c58f4d39064c817751807 /lisp/term/mac-win.el
parent760a716cf7dccaaebb807f3e8e1fcf2f334d36ba (diff)
downloademacs-2f1fd4847112605dac47aad26b5ab94988a4801c.tar.gz
Create keymap for mac-apple-event-map.
Diffstat (limited to 'lisp/term/mac-win.el')
-rw-r--r--lisp/term/mac-win.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el
index 064f9bd12bf..d6c6f9b8489 100644
--- a/lisp/term/mac-win.el
+++ b/lisp/term/mac-win.el
@@ -1518,6 +1518,8 @@ in `selection-converter-alist', which see."
(url-mailto parsed-url)
(error "Unsupported URL scheme: %s" (url-type parsed-url)))))
+(setq mac-apple-event-map (make-sparse-keymap))
+
;; Received when Emacs is launched without associated documents.
;; Accept it as an Apple event, but no Emacs event is generated so as
;; not to erase the splash screen.