+2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
+
+ * mouse.el (mouse-major-mode-menu-1): get the submenu with lookup-key.
+
2000-07-16 Dave Love <fx@gnu.org>
* cus-edit.el (custom-buffer-create-internal): Use a help-echo
(if (eq submap t)
menubar
(setq mouse-major-mode-menu-prefix (list (car submap)))
- (cdr (cdr submap))))))
+ (lookup-key menubar (vector (car submap)))))))
\f
;; Commands that operate on windows.
;;
;; if size change caused space to be stolen
;; from a window above this one, rescind the
- ;; change, but only if we didn't grow/srhink
+ ;; change, but only if we didn't grow/shrink
;; the minibuffer. minibuffer size changes
;; can cause all windows to shrink... no way
;; around it.