aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2007-12-23 06:00:36 +0000
committerYAMAMOTO Mitsuharu2007-12-23 06:00:36 +0000
commit8f13498885ef13c53aebbcbeee48ff50aa8cd8e9 (patch)
treef4063b29c9129a807d4ce177267e0370f54154ea
parentabfd019136c55d6a133ac44ea40f55190ef2cfa3 (diff)
downloademacs-8f13498885ef13c53aebbcbeee48ff50aa8cd8e9.tar.gz
emacs-8f13498885ef13c53aebbcbeee48ff50aa8cd8e9.zip
(mac-apple-event-map): Bind kHICommandAbout event to
`about-emacs' instead of `display-splash-screen'.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/term/mac-win.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cafe756be54..3d14786d375 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12007-12-23 David Reitter <david.reitter@gmail.com>
2
3 * term/mac-win.el (mac-apple-event-map): Bind kHICommandAbout event to
4 `about-emacs' instead of `display-splash-screen'.
5
12007-12-22 Eli Zaretskii <eliz@gnu.org> 62007-12-22 Eli Zaretskii <eliz@gnu.org>
2 7
3 * simple.el (minibuffer-history, shell-command-history) 8 * simple.el (minibuffer-history, shell-command-history)
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."
1777 1777
1778(define-key mac-apple-event-map [internet-event get-url] 'mac-ae-get-url) 1778(define-key mac-apple-event-map [internet-event get-url] 'mac-ae-get-url)
1779 1779
1780(define-key mac-apple-event-map [hi-command about] 'display-splash-screen) 1780(define-key mac-apple-event-map [hi-command about] 'about-emacs)
1781 1781
1782;;; Converted Carbon Events 1782;;; Converted Carbon Events
1783(defun mac-handle-toolbar-switch-mode (event) 1783(defun mac-handle-toolbar-switch-mode (event)