+2004-11-06 Andreas Schwab <schwab@suse.de>
+
+ * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
+
2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
(catch 'found
(if (and map (symbolp map) (not (keymapp map)))
(setq map (symbol-value map)))
- (let ((maps (or map (current-active-maps))))
+ (let ((maps (if map (list map) (current-active-maps))))
;; Look for PATH in each map.
(unless map (push 'menu-bar path))
(dolist (name path)