comparison lisp/net/zone-mode.el @ 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 66a34741f47c
children 0d8b17d428b5
comparison
equal deleted inserted replaced
45016:051cbf896fc1 45017:72899138fdcb
90 - automatically update the serial number for a zone 90 - automatically update the serial number for a zone
91 when saving the file 91 when saving the file
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
99 99
100 ;; font-lock support: 100 ;; font-lock support: