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:
parent
5bf70f477c
commit
fd07aeb320
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user