changeset 82399:3d3fbe15d8ec

(mac-apple-event-map): Bind About Emacs menu item to about-emacs instead of display-splash-screen.
author Juri Linkov <juri@jurta.org>
date Thu, 16 Aug 2007 00:10:58 +0000
parents 691ac5406bd4
children f7695e88ca4a
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	Thu Aug 16 00:10:39 2007 +0000
+++ b/lisp/term/mac-win.el	Thu Aug 16 00:10:58 2007 +0000
@@ -1791,7 +1791,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)