From: YAMAMOTO Mitsuharu Date: Sun, 23 Dec 2007 06:00:36 +0000 (+0000) Subject: (mac-apple-event-map): Bind kHICommandAbout event to X-Git-Tag: emacs-pretest-22.1.90~235 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f13498885ef13c53aebbcbeee48ff50aa8cd8e9;p=emacs.git (mac-apple-event-map): Bind kHICommandAbout event to `about-emacs' instead of `display-splash-screen'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cafe756be54..3d14786d375 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-12-23 David Reitter + + * term/mac-win.el (mac-apple-event-map): Bind kHICommandAbout event to + `about-emacs' instead of `display-splash-screen'. + 2007-12-22 Eli Zaretskii * 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." (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)