diff options
| author | Richard M. Stallman | 2002-04-30 03:28:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-04-30 03:28:48 +0000 |
| commit | f1b693270ad9e33b382e2d75189baef0f79e8d9b (patch) | |
| tree | 378ae5a9dc016c8cd11afc425d95b21c97eb7872 /lisp/net | |
| parent | 74d51fb8409ce866cd6f8622f8d157253ff3b8ea (diff) | |
| download | emacs-f1b693270ad9e33b382e2d75189baef0f79e8d9b.tar.gz emacs-f1b693270ad9e33b382e2d75189baef0f79e8d9b.zip | |
(zone-mode): Add write-file-hooks hook locally.
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/zone-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/zone-mode.el b/lisp/net/zone-mode.el index 598386f23a9..bb8bacacc61 100644 --- a/lisp/net/zone-mode.el +++ b/lisp/net/zone-mode.el | |||
| @@ -92,7 +92,7 @@ Zone-mode does two things: | |||
| 92 | 92 | ||
| 93 | - fontification" | 93 | - fontification" |
| 94 | 94 | ||
| 95 | (add-hook 'write-file-hooks 'zone-mode-update-serial-hook) | 95 | (add-hook 'write-file-hooks 'zone-mode-update-serial-hook nil t) |
| 96 | 96 | ||
| 97 | (if (null zone-mode-syntax-table) | 97 | (if (null zone-mode-syntax-table) |
| 98 | (zone-mode-load-time-setup)) ;; should have been run at load-time | 98 | (zone-mode-load-time-setup)) ;; should have been run at load-time |