/[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.45 by pj, Mon Jul 16 11:39:41 2001 UTC revision 1.45.4.1 by eliz, Wed May 15 16:44:32 2002 UTC
# Line 448  to implement dynamic menus." Line 448  to implement dynamic menus."
448    
449  (defun easy-menu-add (menu &optional map)  (defun easy-menu-add (menu &optional map)
450    "Maybe precalculate equivalent key bindings.    "Maybe precalculate equivalent key bindings.
451  Do it if `easy-menu-precalculate-equivalent-keybindings' is on,"  Do it only if `easy-menu-precalculate-equivalent-keybindings' is on."
452    (when easy-menu-precalculate-equivalent-keybindings    (when easy-menu-precalculate-equivalent-keybindings
453      (if (and (symbolp menu) (not (keymapp menu)) (boundp menu))      (if (and (symbolp menu) (not (keymapp menu)) (boundp menu))
454          (setq menu (symbol-value menu)))          (setq menu (symbol-value menu)))

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.45.4.1

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