changeset 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 3ac03a07be63
children a2d6c6e6486a
files lisp/whitespace.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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