# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1198389575 0 # Node ID f6762e747873dc4618ba2f0e34dacda3943dd258 # Parent 5bc69f84989e01093d93b4c5c05b980a5072226e (mac-apple-event-map): Bind kHICommandAbout event to `about-emacs' instead of `display-splash-screen'. diff -r 5bc69f84989e -r f6762e747873 lisp/term/mac-win.el --- a/lisp/term/mac-win.el Sat Dec 22 20:21:06 2007 +0000 +++ b/lisp/term/mac-win.el Sun Dec 23 05:59:35 2007 +0000 @@ -1777,7 +1777,7 @@ (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)