diff options
| author | Richard M. Stallman | 1999-02-10 20:52:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-02-10 20:52:20 +0000 |
| commit | b9079f7cca58e4efde5d4fa13d1e64a7cbdc4dff (patch) | |
| tree | c1a9dc55f8f0ecb7420229edde38d71d47d3d733 | |
| parent | 78a7d36f5536495b955c839ee5e6fb9b4104387c (diff) | |
| download | emacs-b9079f7cca58e4efde5d4fa13d1e64a7cbdc4dff.tar.gz emacs-b9079f7cca58e4efde5d4fa13d1e64a7cbdc4dff.zip | |
Don't turn on the mode when the file is loaded.
| -rw-r--r-- | lisp/shadowfile.el | 4 |
1 files changed, 0 insertions, 4 deletions
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." | |||
| 841 | (add-hook 'write-file-hooks 'shadow-add-to-todo) | 841 | (add-hook 'write-file-hooks 'shadow-add-to-todo) |
| 842 | (define-key ctl-x-4-map "s" 'shadow-copy-files))) | 842 | (define-key ctl-x-4-map "s" 'shadow-copy-files))) |
| 843 | 843 | ||
| 844 | (if noninteractive | ||
| 845 | (add-hook 'after-init-hook 'shadow-initialize) | ||
| 846 | (shadow-initialize)) | ||
| 847 | |||
| 848 | ;;;Local Variables: | 844 | ;;;Local Variables: |
| 849 | ;;;eval:(put 'shadow-when 'lisp-indent-hook 1) | 845 | ;;;eval:(put 'shadow-when 'lisp-indent-hook 1) |
| 850 | ;;;End: | 846 | ;;;End: |