Mercurial > emacs
diff lisp/whitespace.el @ 57522:3f7aa44cf697
(whitespace-unload-hook): Set the variable.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 Oct 2004 15:26:23 +0000 |
parents | e9a8ab6f16fc |
children | 31aa9a390538 0fc4928cc48e f3ec05478165 |
line wrap: on
line diff
--- a/lisp/whitespace.el Sat Oct 16 15:24:34 2004 +0000 +++ b/lisp/whitespace.el Sat Oct 16 15:26:23 2004 +0000 @@ -859,6 +859,8 @@ (remove-hook 'write-file-functions 'whitespace-write-file-hook t) (remove-hook 'kill-buffer-hook 'whitespace-buffer)) +(add-hook 'whitespace-unload-hook 'whitespace-unload-hook) + (provide 'whitespace) ;;; arch-tag: 4ff44e87-b63c-402d-95a6-15e51e58bd0c