Mercurial > emacs
changeset 79606:f6762e747873
(mac-apple-event-map): Bind kHICommandAbout event to
`about-emacs' instead of `display-splash-screen'.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sun, 23 Dec 2007 05:59:35 +0000 |
parents | 5bc69f84989e |
children | ef7ca6ec0262 |
files | lisp/term/mac-win.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)