diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-06-06 12:30:35 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-06-06 12:30:35 +0000 |
commit | 14bc6e51deaabb774e7234875df5c56a7d1e173d (patch) | |
tree | 0868228877de5f1cb19a267388b0fb27757a5c0a /lisp/printing.el | |
parent | 77932668c2ee5354465982e966cf9584cafc1d2c (diff) | |
download | emacs-14bc6e51deaabb774e7234875df5c56a7d1e173d.tar.gz |
Don't call pr-update-menus; user must do that.
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) |