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
5bcb0278
Commit
5bcb0278
authored
Oct 04, 1995
by
Richard M. Stallman
Browse files
(recover-session): Use auto-save-list-file-prefix.
parent
2e05d063
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/files.el
lisp/files.el
+1
-1
No files found.
lisp/files.el
View file @
5bcb0278
...
...
@@ -2153,7 +2153,7 @@ previous sessions that you could recover from.
To choose one, move point to the proper line and then type C-c C-c.
Then you'll be asked about a number of files to recover."
(
interactive
)
(
dired
"~/.save
*"
)
(
dired
(
concat
auto-save-list-file-prefix
"
*"
)
)
(
goto-char
(
point-min
))
(
or
(
looking-at
"Move to the session you want to recover,"
)
(
let
((
inhibit-read-only
t
))
...
...
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