changeset 45017:72899138fdcb

(zone-mode): Add write-file-hooks hook locally.
author Richard M. Stallman <rms@gnu.org>
date Tue, 30 Apr 2002 03:28:37 +0000
parents 051cbf896fc1
children ee50e9257543
files lisp/net/zone-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/zone-mode.el	Tue Apr 30 02:23:49 2002 +0000
+++ b/lisp/net/zone-mode.el	Tue Apr 30 03:28:37 2002 +0000
@@ -92,7 +92,7 @@
 
 	- 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