From: Richard M. Stallman Date: Mon, 6 Jun 2005 12:30:35 +0000 (+0000) Subject: Don't call pr-update-menus; user must do that. X-Git-Tag: emacs-pretest-22.0.90~9269 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14bc6e51deaabb774e7234875df5c56a7d1e173d;p=emacs.git Don't call pr-update-menus; user must do that. --- 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)