/[emacs]/emacs/lisp/emacs-lisp/easymenu.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/easymenu.el

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

revision 1.54 by lektu, Fri Sep 6 07:13:06 2002 UTC revision 1.55 by monnier, Thu Sep 19 05:12:24 2002 UTC
# Line 463  to implement dynamic menus." Line 463  to implement dynamic menus."
463  ;; here easy-menu-remove is a noop and easy-menu-add only precalculates  ;; here easy-menu-remove is a noop and easy-menu-add only precalculates
464  ;; equivalent keybindings (if easy-menu-precalculate-equivalent-keybindings  ;; equivalent keybindings (if easy-menu-precalculate-equivalent-keybindings
465  ;; is on).  ;; is on).
466  (defalias 'easy-menu-remove 'ignore)  (defalias 'easy-menu-remove 'ignore
467      "Remove MENU from the current menu bar.
468    Contrary to XEmacs, this is a nop on Emacs since menus are automatically
469    \(de)activated when the corresponding keymap is (de)activated.
470    
471    \(fn MENU)")
472    
473  (defun easy-menu-add (menu &optional map)  (defun easy-menu-add (menu &optional map)
474    "Add the menu to the menubar.    "Add the menu to the menubar.

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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