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
dc8b8450
Commit
dc8b8450
authored
May 26, 1998
by
Richard M. Stallman
Browse files
(zone-mode): Don't require zone-mode.
Use make-local-hook on a hook, not make-variable-buffer-local.
parent
fc89daee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/zone-mode.el
lisp/zone-mode.el
+1
-2
No files found.
lisp/zone-mode.el
View file @
dc8b8450
...
...
@@ -90,8 +90,7 @@ Zone-mode does two things:
- fontification"
(
require
'zone-mode
)
(
make-variable-buffer-local
'write-file-hooks
)
(
make-local-hook
'write-file-hooks
)
(
add-hook
'write-file-hooks
'zone-mode-update-serial-hook
)
(
if
(
null
zone-mode-syntax-table
)
...
...
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