Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d42f9038
Commit
d42f9038
authored
Dec 29, 2003
by
Eli Zaretskii
Browse files
(zone-mode): Use write-file-functions, not write-file-hooks.
parent
9928d4fe
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/net/zone-mode.el
lisp/net/zone-mode.el
+1
-1
No files found.
lisp/ChangeLog
View file @
d42f9038
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)
2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
* autorevert.el (auto-revert-interval): Doc fix.
* autorevert.el (auto-revert-interval): Doc fix.
...
...
lisp/net/zone-mode.el
View file @
d42f9038
...
@@ -92,7 +92,7 @@ Zone-mode does two things:
...
@@ -92,7 +92,7 @@ Zone-mode does two things:
- fontification"
- fontification"
(
add-hook
'write-file-
hook
s
'zone-mode-update-serial-hook
nil
t
)
(
add-hook
'write-file-
function
s
'zone-mode-update-serial-hook
nil
t
)
(
if
(
null
zone-mode-syntax-table
)
(
if
(
null
zone-mode-syntax-table
)
(
zone-mode-load-time-setup
))
;; should have been run at load-time
(
zone-mode-load-time-setup
))
;; should have been run at load-time
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment