comparison lisp/menu-bar.el @ 83650:984b1dfd7601

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 843-845) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 84-87) - Update from CVS - Change capitalization of VC backend names for new backends Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-30
author Miles Bader <miles@gnu.org>
date Fri, 03 Aug 2007 05:58:06 +0000
parents b210fca2fe6e b8c796068320
children 5b644ae74c91
comparison
equal deleted inserted replaced
83649:b210fca2fe6e 83650:984b1dfd7601
1362 '(menu-item "(Non)Warranty" describe-no-warranty 1362 '(menu-item "(Non)Warranty" describe-no-warranty
1363 :help "Explain that Emacs has NO WARRANTY")) 1363 :help "Explain that Emacs has NO WARRANTY"))
1364 (define-key menu-bar-help-menu [describe-copying] 1364 (define-key menu-bar-help-menu [describe-copying]
1365 '(menu-item "Copying Conditions" describe-copying 1365 '(menu-item "Copying Conditions" describe-copying
1366 :help "Show the Emacs license (GPL)")) 1366 :help "Show the Emacs license (GPL)"))
1367 (define-key menu-bar-help-menu [describe-project]
1368 '(menu-item "About GNU" describe-project
1369 :help "About the GNU System, GNU Project, and GNU/Linux"))
1367 (define-key menu-bar-help-menu [describe-distribution] 1370 (define-key menu-bar-help-menu [describe-distribution]
1368 '(menu-item "Getting New Versions" describe-distribution 1371 '(menu-item "Getting New Versions" describe-distribution
1369 :help "How to get latest versions of Emacs")) 1372 :help "How to get latest versions of Emacs"))
1370 (define-key menu-bar-help-menu [more] 1373 (define-key menu-bar-help-menu [more]
1371 '(menu-item "External Packages" menu-bar-help-extra-packages 1374 '(menu-item "External Packages" menu-bar-help-extra-packages