# HG changeset patch # User Richard M. Stallman # Date 1097996146 0 # Node ID 9eb4eed0a14c252810e333547e628269ef869749 # Parent e47852bd4fc4f8694aae5c7d892bd8da85773542 (shadowfile-unload-hook): Set as variable w/ add-hook. diff -r e47852bd4fc4 -r 9eb4eed0a14c lisp/shadowfile.el --- a/lisp/shadowfile.el Sun Oct 17 06:55:07 2004 +0000 +++ b/lisp/shadowfile.el Sun Oct 17 06:55:46 2004 +0000 @@ -837,6 +837,8 @@ (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