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
2c1e5f9b
Commit
2c1e5f9b
authored
Sep 26, 1997
by
Karl Heuer
Browse files
(archive-mode): Use write-contents-hooks.
parent
1ea275c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/arc-mode.el
lisp/arc-mode.el
+2
-2
No files found.
lisp/arc-mode.el
View file @
2c1e5f9b
...
...
@@ -520,8 +520,8 @@ archive.
(
make-local-variable
'revert-buffer-function
)
(
setq
revert-buffer-function
'archive-mode-revert
)
(
auto-save-mode
0
)
(
make-local-variable
'
local-write-file
-hooks
)
(
add-hook
'
local-write-file
-hooks
'archive-write-file
)
(
make-local-variable
'
write-contents
-hooks
)
(
add-hook
'
write-contents
-hooks
'archive-write-file
)
;; Real file contents is binary
(
make-local-variable
'require-final-newline
)
...
...
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