]> git.eshelyaron.com Git - emacs.git/commitdiff
(zone-mode): Use write-file-functions, not write-file-hooks.
authorEli Zaretskii <eliz@is.elta.co.il>
Mon, 29 Dec 2003 12:57:07 +0000 (12:57 +0000)
committerEli Zaretskii <eliz@is.elta.co.il>
Mon, 29 Dec 2003 12:57:07 +0000 (12:57 +0000)
lisp/ChangeLog
lisp/net/zone-mode.el

index 008fa30367ad68d4d3fdc1c060f8e580bb6a828c..2f1d4f8615aff23896df7355da3a71e3c6354267 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-29  Peter 'Luna' Runestig <peter@runestig.com>
+
+       * net/zone-mode.el (zone-mode): Use write-file-functions, not
+       write-file-hooks.
+
 2003-12-29  Eric Hanchrow <offby1@blarg.net>  (tiny change)
 
        * autorevert.el (auto-revert-interval): Doc fix.
index 591deee3144c6d66fbdd46767e21f292ae5dd15c..6b4d22f9b13e182b55e61e7cf17c17b7def56736 100644 (file)
@@ -92,7 +92,7 @@ Zone-mode does two things:
 
        - fontification"
 
-  (add-hook 'write-file-hooks 'zone-mode-update-serial-hook nil t)
+  (add-hook 'write-file-functions '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