2000-09-04 Dave Love <fx@gnu.org>
+ * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
+ menu-bar-update-hook.
+
+ * help.el (help-manyarg-func-alist): Add
+ find-operation-coding-system.
+
* wid-edit.el (widget-sexp-validate): Fix garbled code.
* custom.el (custom-set-variables): Print message about errors in
;; the mode's commands may not make sense.
(interactive "@e\nP")
;; Let the mode update its menus first.
- (run-hooks 'activate-menubar-hook)
+ (run-hooks 'activate-menubar-hook 'menu-bar-update-hook)
(let* (;; This is where mouse-major-mode-menu-prefix
;; returns the prefix we should use (after menu-bar).
;; It is either nil or (SOME-SYMBOL).
The contents are the items that would be in the menu bar whether or
not it is actually displayed."
(interactive "@e \nP")
- (run-hooks 'activate-menubar-hook)
+ (run-hooks 'activate-menubar-hook 'menu-bar-update-hook)
(let* ((local-menu (and (current-local-map)
(lookup-key (current-local-map) [menu-bar])))
(global-menu (lookup-key global-map [menu-bar]))