# HG changeset patch # User Richard M. Stallman # Date 1118061035 0 # Node ID ac70444b7205359386e58e90eeec1401bf2bde3f # Parent b9209f1855ae2adb876d104c7a0220351bbeb474 Don't call pr-update-menus; user must do that. diff -r b9209f1855ae -r ac70444b7205 lisp/printing.el --- 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)