summaryrefslogtreecommitdiff
path: root/lisp/term/mac-win.el
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2007-12-23 06:00:36 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2007-12-23 06:00:36 +0000
commit8f13498885ef13c53aebbcbeee48ff50aa8cd8e9 (patch)
treef4063b29c9129a807d4ce177267e0370f54154ea /lisp/term/mac-win.el
parentabfd019136c55d6a133ac44ea40f55190ef2cfa3 (diff)
downloademacs-8f13498885ef13c53aebbcbeee48ff50aa8cd8e9.tar.gz
(mac-apple-event-map): Bind kHICommandAbout event to
`about-emacs' instead of `display-splash-screen'.
Diffstat (limited to 'lisp/term/mac-win.el')
-rw-r--r--lisp/term/mac-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el
index 483e73464dc..b147241b902 100644
--- a/lisp/term/mac-win.el
+++ b/lisp/term/mac-win.el
@@ -1777,7 +1777,7 @@ Currently the `mailto' scheme is supported."
(define-key mac-apple-event-map [internet-event get-url] 'mac-ae-get-url)
-(define-key mac-apple-event-map [hi-command about] 'display-splash-screen)
+(define-key mac-apple-event-map [hi-command about] 'about-emacs)
;;; Converted Carbon Events
(defun mac-handle-toolbar-switch-mode (event)