]> git.eshelyaron.com Git - emacs.git/commitdiff
(zone-mode): Add write-file-hooks hook locally.
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Apr 2002 03:28:48 +0000 (03:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Apr 2002 03:28:48 +0000 (03:28 +0000)
lisp/ChangeLog
lisp/net/zone-mode.el

index 0d9de36da580bf7cdf32c3253a00bc56bfa36c7a..d1ddd68685b1a4d8453248f853ea050b8c380694 100644 (file)
@@ -1,5 +1,7 @@
 2002-04-29  Richard M. Stallman  <rms@gnu.org>
 
+       * net/zone-mode.el (zone-mode): Add write-file-hooks hook locally.
+
        * mail/emacsbug.el (report-emacs-bug-hook): Don't fail completely
        if the user edits the Emacs version number in the text.
 
index 598386f23a9f19b75829408d841af21a902fd384..bb8bacacc6149f06acd867af51e3ce5926cc554f 100644 (file)
@@ -92,7 +92,7 @@ Zone-mode does two things:
 
        - fontification"
 
-  (add-hook 'write-file-hooks 'zone-mode-update-serial-hook)
+  (add-hook 'write-file-hooks 'zone-mode-update-serial-hook nil t)
 
   (if (null zone-mode-syntax-table)
       (zone-mode-load-time-setup)) ;; should have been run at load-time