From: Richard M. Stallman Date: Wed, 10 Feb 1999 20:52:20 +0000 (+0000) Subject: Don't turn on the mode when the file is loaded. X-Git-Tag: emacs-20.4~655 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b9079f7cca58e4efde5d4fa13d1e64a7cbdc4dff;p=emacs.git Don't turn on the mode when the file is loaded. --- diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el index 10ba6cdff54..19dcec62d12 100644 --- a/lisp/shadowfile.el +++ b/lisp/shadowfile.el @@ -841,10 +841,6 @@ look for files that have been changed and need to be copied to other systems." (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: