]> git.eshelyaron.com Git - emacs.git/commitdiff
(mac-apple-event-map): Bind About Emacs menu item to about-emacs instead
authorJuri Linkov <juri@jurta.org>
Thu, 16 Aug 2007 00:11:29 +0000 (00:11 +0000)
committerJuri Linkov <juri@jurta.org>
Thu, 16 Aug 2007 00:11:29 +0000 (00:11 +0000)
of display-splash-screen.

lisp/ChangeLog
lisp/term/mac-win.el

index e706dfa193c2c7bbd16d8cebadb530fb35318291..d98a1b8ed2be80d5ccac354bfe8d950472b031c3 100644 (file)
        (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  <jay.p.belanger@gmail.com>
 
        * calc/calc-units.el (math-standard-units): Update values.
index 44f8f70a252b4cc4e80f1a7022466d4a1d27130c..b9f28323694954b1981aa8e7b376930d810d0b92 100644 (file)
@@ -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)