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
ad014140
Commit
ad014140
authored
Oct 06, 1998
by
Karl Heuer
Browse files
(archive-mode-revert): Arg no-auto-save renamed from no-autosave.
parent
4e0c8650
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/arc-mode.el
lisp/arc-mode.el
+1
-1
No files found.
lisp/arc-mode.el
View file @
ad014140
...
...
@@ -1289,7 +1289,7 @@ as a relative change like \"g+rw\" as for chmod(2)"
(
error
"Renaming is not supported for this archive type"
))))
;; Revert the buffer and recompute the dired-like listing.
(
defun
archive-mode-revert
(
&optional
no-autosave
no-confirm
)
(
defun
archive-mode-revert
(
&optional
no-auto
-
save
no-confirm
)
(
let
((
no
(
archive-get-lineno
)))
(
setq
archive-files
nil
)
(
let
((
revert-buffer-function
nil
)
...
...
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