Function: pr-toggle-landscape-menu
pr-toggle-landscape-menu is an interactive and byte-compiled function
defined in printing.el.gz.
Signature
(pr-toggle-landscape-menu &optional NO-MENU)
Documentation
Toggle whether to print in landscape mode.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/printing.el.gz
(defun pr-toggle-landscape-menu (&optional no-menu)
"Toggle whether to print in landscape mode."
(interactive)
(pr-toggle 'ps-landscape-mode "Landscape"
'postscript-options 0 12 'toggle nil no-menu))