aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/printing.el3
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."
6434;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 6434;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6435 6435
6436 6436
6437(pr-update-menus t) 6437;;; Files are not supposed to change Emacs behavior when you merely load them.
6438;;; (pr-update-menus t)
6438 6439
6439 6440
6440(provide 'printing) 6441(provide 'printing)