changeset 24294:83d27baff0a1

Don't turn on the mode when the file is loaded.
author Richard M. Stallman <rms@gnu.org>
date Wed, 10 Feb 1999 20:52:20 +0000
parents d8dc5dee0c58
children 0845212b2b2c
files lisp/shadowfile.el
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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: