]> git.eshelyaron.com Git - emacs.git/commitdiff
(mac-apple-event-map): Bind kHICommandAbout event to
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 23 Dec 2007 06:00:36 +0000 (06:00 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Sun, 23 Dec 2007 06:00:36 +0000 (06:00 +0000)
`about-emacs' instead of `display-splash-screen'.

lisp/ChangeLog
lisp/term/mac-win.el

index cafe756be545698518999fe47e81a2cbf8cf9ae0..3d14786d375e5f7ad2e68841d54c445b577f3c93 100644 (file)
@@ -1,3 +1,8 @@
+2007-12-23  David Reitter  <david.reitter@gmail.com>
+
+        * term/mac-win.el (mac-apple-event-map): Bind kHICommandAbout event to
+       `about-emacs' instead of `display-splash-screen'.
+
 2007-12-22  Eli Zaretskii  <eliz@gnu.org>
 
        * simple.el (minibuffer-history, shell-command-history)
index 483e73464dc0dd5a6d6dd7626cc9edb7fa0c42b9..b147241b902fc581555bb99b9d74cd38b7edf5bb 100644 (file)
@@ -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)