Mercurial > emacs
changeset 57544:9eb4eed0a14c
(shadowfile-unload-hook): Set as variable w/ add-hook.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 17 Oct 2004 06:55:46 +0000 |
parents | e47852bd4fc4 |
children | 0e1bc02edee6 |
files | lisp/shadowfile.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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