/[emacs]/emacs/lisp/menu-bar.el
ViewVC logotype

Diff of /emacs/lisp/menu-bar.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.217 by eliz, Fri May 10 09:42:49 2002 UTC revision 1.218 by walters, Thu May 16 19:32:32 2002 UTC
# Line 904  Do the same for the keys of the same nam Line 904  Do the same for the keys of the same nam
904    '(menu-item "5x5" 5x5    '(menu-item "5x5" 5x5
905                :help "Fill in all the squares on a 5x5 board"))                :help "Fill in all the squares on a 5x5 board"))
906    
907  (define-key menu-bar-tools-menu [calculator]  (define-key menu-bar-tools-menu [simple-calculator]
908    '(menu-item "Calculator" calculator    '(menu-item "Simple Calculator" calculator
909                :help "Invoke the Emacs built-in scientific calculator"))                :help "Invoke the Emacs built-in quick calculator"))
910    (define-key menu-bar-tools-menu [calc]
911      '(menu-item "Programmable Calculator" calc
912                  :help "Invoke the Emacs built-in full scientific calculator"))
913  (define-key menu-bar-tools-menu [calendar]  (define-key menu-bar-tools-menu [calendar]
914    '(menu-item "Display Calendar" calendar))    '(menu-item "Display Calendar" calendar))
915    

Legend:
Removed from v.1.217  
changed lines
  Added in v.1.218

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26