# HG changeset patch # User Richard M. Stallman # Date 918679940 0 # Node ID 83d27baff0a1a0df7f0742734ccb4d7f278c1649 # Parent d8dc5dee0c58a945438507e88d63a8fa3e3cc846 Don't turn on the mode when the file is loaded. diff -r d8dc5dee0c58 -r 83d27baff0a1 lisp/shadowfile.el --- a/lisp/shadowfile.el Wed Feb 10 20:03:43 1999 +0000 +++ b/lisp/shadowfile.el Wed Feb 10 20:52:20 1999 +0000 @@ -841,10 +841,6 @@ (add-hook 'write-file-hooks 'shadow-add-to-todo) (define-key ctl-x-4-map "s" 'shadow-copy-files))) -(if noninteractive - (add-hook 'after-init-hook 'shadow-initialize) - (shadow-initialize)) - ;;;Local Variables: ;;;eval:(put 'shadow-when 'lisp-indent-hook 1) ;;;End: