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
34b68a62
Commit
34b68a62
authored
Jun 13, 2007
by
Chong Yidong
Browse files
(auto-save-list-file-prefix): Use user-emacs-directory.
parent
c6bd31a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/startup.el
lisp/startup.el
+2
-2
No files found.
lisp/startup.el
View file @
34b68a62
...
...
@@ -263,9 +263,9 @@ init file is read, in case it sets `mail-host-address'."
(
defcustom
auto-save-list-file-prefix
(
cond
((
eq
system-type
'ms-dos
)
;; MS-DOS cannot have initial dot, and allows only 8.3 names
"~/_emacs.d/
auto-save.list/_s"
)
(
concat
user-emacs-directory
"
auto-save.list/_s"
)
)
(
t
"~/.emacs.d/
auto-save-list/.saves-"
))
(
concat
user-emacs-directory
"
auto-save-list/.saves-"
))
)
"Prefix for generating `auto-save-list-file-name'.
This is used after reading your `.emacs' file to initialize
`auto-save-list-file-name', by appending Emacs's pid and the system name,
...
...
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