diff options
Diffstat (limited to 'lisp/printing.el')
-rw-r--r-- | lisp/printing.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/printing.el b/lisp/printing.el index ddfe6fd5cc0..41ea0238c6b 100644 --- a/lisp/printing.el +++ b/lisp/printing.el @@ -6434,7 +6434,8 @@ COMMAND.exe, COMMAND.bat and COMMAND.com in this order." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(pr-update-menus t) +;;; Files are not supposed to change Emacs behavior when you merely load them. +;;; (pr-update-menus t) (provide 'printing) |