changeset 63059:ac70444b7205

Don't call pr-update-menus; user must do that.
author Richard M. Stallman <rms@gnu.org>
date Mon, 06 Jun 2005 12:30:35 +0000
parents b9209f1855ae
children 1fd49ae230dd
files lisp/printing.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/printing.el	Mon Jun 06 12:29:57 2005 +0000
+++ b/lisp/printing.el	Mon Jun 06 12:30:35 2005 +0000
@@ -6434,7 +6434,8 @@
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
 
-(pr-update-menus t)
+;;; Files are not supposed to change Emacs behavior when you merely load them.
+;;; (pr-update-menus t)
 
 
 (provide 'printing)