]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't call pr-update-menus; user must do that.
authorRichard M. Stallman <rms@gnu.org>
Mon, 6 Jun 2005 12:30:35 +0000 (12:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 6 Jun 2005 12:30:35 +0000 (12:30 +0000)
lisp/printing.el

index ddfe6fd5cc0da09a8399cf4b9fe0dc5e1b96f040..41ea0238c6b54d3ddeade1689f2f3fd0a4b0de35 100644 (file)
@@ -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)