diff lisp/menu-bar.el @ 82398:691ac5406bd4

(menu-bar-help-menu): 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:39 +0000
parents 7dbd61707d6c
children 029c5ed25e99 2a69b973fae2 aaccdab0ee26
line wrap: on
line diff
--- a/lisp/menu-bar.el	Wed Aug 15 23:24:17 2007 +0000
+++ b/lisp/menu-bar.el	Thu Aug 16 00:10:39 2007 +0000
@@ -1381,7 +1381,7 @@
 				 data-directory))
     (goto-address)))
 (define-key menu-bar-help-menu [about]
-  '(menu-item "About Emacs" display-splash-screen
+  '(menu-item "About Emacs" about-emacs
 	      :help "Display version number, copyright info, and basic help"))
 (define-key menu-bar-help-menu [sep2]
   '("--"))