diff options
| author | Richard M. Stallman | 2004-10-16 15:26:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-10-16 15:26:23 +0000 |
| commit | fd07aeb320190aca523760e9df0fce84c6e2926d (patch) | |
| tree | 5ca4a25d41c66a1457b9bf6ffd2303eb63c26572 | |
| parent | 5bf70f477cd15970a0c278578087fa98cae7ffd8 (diff) | |
| download | emacs-fd07aeb320190aca523760e9df0fce84c6e2926d.tar.gz emacs-fd07aeb320190aca523760e9df0fce84c6e2926d.zip | |
(whitespace-unload-hook): Set the variable.
| -rw-r--r-- | lisp/whitespace.el | 2 |
1 files changed, 2 insertions, 0 deletions
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'." | |||
| 859 | (remove-hook 'write-file-functions 'whitespace-write-file-hook t) | 859 | (remove-hook 'write-file-functions 'whitespace-write-file-hook t) |
| 860 | (remove-hook 'kill-buffer-hook 'whitespace-buffer)) | 860 | (remove-hook 'kill-buffer-hook 'whitespace-buffer)) |
| 861 | 861 | ||
| 862 | (add-hook 'whitespace-unload-hook 'whitespace-unload-hook) | ||
| 863 | |||
| 862 | (provide 'whitespace) | 864 | (provide 'whitespace) |
| 863 | 865 | ||
| 864 | ;;; arch-tag: 4ff44e87-b63c-402d-95a6-15e51e58bd0c | 866 | ;;; arch-tag: 4ff44e87-b63c-402d-95a6-15e51e58bd0c |