From 254aafa84d4899fccb8919cf2432f7a37839623a Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 16 Aug 2007 00:11:29 +0000 Subject: [PATCH] (mac-apple-event-map): Bind About Emacs menu item to about-emacs instead of display-splash-screen. --- lisp/ChangeLog | 4 ++++ lisp/term/mac-win.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e706dfa193c..d98a1b8ed2b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -36,6 +36,10 @@ (about-emacs): Add alias to display-splash-screen. (command-line-1): Use `initial-buffer-choice'. + * menu-bar.el (menu-bar-help-menu): + * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu + item to about-emacs instead of display-splash-screen. + 2007-08-15 Jay Belanger * calc/calc-units.el (math-standard-units): Update values. diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index 44f8f70a252..b9f28323694 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el @@ -1791,7 +1791,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) -- 2.39.2