Function: pr-menu-bind
pr-menu-bind is an interactive and byte-compiled function defined in
printing.el.gz.
Signature
(pr-menu-bind)
Documentation
Install printing menu in the menubar.
This replaces the File/Print* menu entries with a File/Print sub-menu.
Calls pr-update-menus to adjust menus.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/printing.el.gz
(defun pr-menu-bind ()
"Install `printing' menu in the menubar.
This replaces the File/Print* menu entries with a File/Print sub-menu.
Calls `pr-update-menus' to adjust menus."
(interactive)
(pr-global-menubar pr-menu-spec)
(pr-update-menus t))