1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(whitespace-unload-hook): Set the variable.

This commit is contained in:
Richard M. Stallman 2004-10-16 15:26:23 +00:00
parent 5bf70f477c
commit fd07aeb320

View File

@ -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