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 | |
| parent | 74d51fb8409ce866cd6f8622f8d157253ff3b8ea (diff) | |
| download | emacs-f1b693270ad9e33b382e2d75189baef0f79e8d9b.tar.gz emacs-f1b693270ad9e33b382e2d75189baef0f79e8d9b.zip | |
(zone-mode): Add write-file-hooks hook locally.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/net/zone-mode.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d9de36da58..d1ddd68685b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2002-04-29 Richard M. Stallman <rms@gnu.org> | 1 | 2002-04-29 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally. | ||
| 4 | |||
| 3 | * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely | 5 | * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely |
| 4 | if the user edits the Emacs version number in the text. | 6 | if the user edits the Emacs version number in the text. |
| 5 | 7 | ||
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 |