From: Richard M. Stallman Date: Sun, 17 Oct 2004 06:55:46 +0000 (+0000) Subject: (shadowfile-unload-hook): Set as variable w/ add-hook. X-Git-Tag: ttn-vms-21-2-B4~4527 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6d237064d545704a613fe99c954c452bd78f0ff;p=emacs.git (shadowfile-unload-hook): Set as variable w/ add-hook. --- diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el index b3427ac59e5..f047223cbae 100644 --- a/lisp/shadowfile.el +++ b/lisp/shadowfile.el @@ -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