]> git.eshelyaron.com Git - emacs.git/commitdiff
(shadowfile-unload-hook): Set as variable w/ add-hook.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Oct 2004 06:55:46 +0000 (06:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Oct 2004 06:55:46 +0000 (06:55 +0000)
lisp/shadowfile.el

index b3427ac59e5e3535d9381d3a9d2597aa538a9d97..f047223cbaed24529606bd9e1f3e7844ff1919e4 100644 (file)
@@ -837,6 +837,8 @@ look for files that have been changed and need to be copied to other systems."
            (symbol-function 'shadow-orig-save-buffers-kill-emacs)))
   (remove-hook 'write-file-hooks 'shadow-add-to-todo))
 
+(add-hook 'shadowfile-unload-hook 'shadowfile-unload-hook)
+
 (provide 'shadowfile)
 
 ;;; arch-tag: e2f4cdd7-2bab-4def-9130-9e69b412b79e