NOTE: This patch has been committed.
lisp/ChangeLog addition:
2005-02-07 Ben Wing <ben(a)xemacs.org>
* menubar.el (find-menu-item-1):
Forgot to rename this when find-menu-item-1 was extracted.
build source patch:
Diff command: bash -ci "cvs-diff --show-c-function -no-changelog "
Files affected: lisp/menubar.el
Index: lisp/menubar.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/menubar.el,v
retrieving revision 1.11
diff -u -p -r1.11 menubar.el
--- lisp/menubar.el 2005/02/03 05:03:37 1.11
+++ lisp/menubar.el 2005/02/07 19:29:19
@@ -202,7 +202,7 @@ If some menu in the ITEM-PATH-LIST does
(setq rest (cdr rest))))
(if (cdr item-path-list)
(cond ((consp result)
- (find-menu-item (cdr result) (cdr item-path-list) result))
+ (find-menu-item-1 (cdr result) (cdr item-path-list) result))
(result
(signal 'error (list (gettext "not a submenu") result)))
(t
Show replies by date