2003-03-24 John Paul Wallington <jpw@gnu.org>
+ * emacs-lisp/easymenu.el (easy-menu-add-item): Don't default to
+ the global map.
+
* emerge.el (emerge-show-file-name): Read event irrespective of
whether minibuffer window is resized. Clear minibuffer when done.
ITEM is either defined as in `easy-menu-define' or a non-nil value returned
by `easy-menu-item-present-p' or `easy-menu-remove-item' or a menu defined
earlier by `easy-menu-define' or `easy-menu-create-menu'."
- (unless map
- (setq map (current-global-map))
- (push 'menu-bar path))
(setq map (easy-menu-get-map map path
(and (null map) (null path)
(stringp (car-safe item))