diff options
| -rw-r--r-- | lisp/zone-mode.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/zone-mode.el b/lisp/zone-mode.el index 345fd22e53d..2a534d8a6d0 100644 --- a/lisp/zone-mode.el +++ b/lisp/zone-mode.el | |||
| @@ -90,8 +90,7 @@ Zone-mode does two things: | |||
| 90 | 90 | ||
| 91 | - fontification" | 91 | - fontification" |
| 92 | 92 | ||
| 93 | (require 'zone-mode) | 93 | (make-local-hook 'write-file-hooks) |
| 94 | (make-variable-buffer-local 'write-file-hooks) | ||
| 95 | (add-hook 'write-file-hooks 'zone-mode-update-serial-hook) | 94 | (add-hook 'write-file-hooks 'zone-mode-update-serial-hook) |
| 96 | 95 | ||
| 97 | (if (null zone-mode-syntax-table) | 96 | (if (null zone-mode-syntax-table) |