# HG changeset patch # User Richard M. Stallman # Date 1097940383 0 # Node ID 3f7aa44cf697fa2e71ef6c7047a47bcdc200bc4b # Parent 3ac03a07be6335c07f7b60c30d151045dd65a214 (whitespace-unload-hook): Set the variable. diff -r 3ac03a07be63 -r 3f7aa44cf697 lisp/whitespace.el --- 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