From: Richard M. Stallman Date: Sat, 16 Oct 2004 15:26:23 +0000 (+0000) Subject: (whitespace-unload-hook): Set the variable. X-Git-Tag: ttn-vms-21-2-B4~4547 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd07aeb320190aca523760e9df0fce84c6e2926d;p=emacs.git (whitespace-unload-hook): Set the variable. --- diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 40a234f02d6..323c75ed6de 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -859,6 +859,8 @@ This is meant to be added buffer-locally to `write-file-functions'." (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