mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
(save-completions-file-name): Use convert-standard-filename.
This commit is contained in:
parent
b33e350ab6
commit
16b95d04f2
@ -285,7 +285,7 @@ If nil, no new words added to the database or saved to the init file.")
|
||||
"*Non-nil means save most-used completions when exiting Emacs.
|
||||
See also `saved-completions-retention-time'.")
|
||||
|
||||
(defvar save-completions-file-name "~/.completions"
|
||||
(defvar save-completions-file-name (convert-standard-filename "~/.completions")
|
||||
"*The filename to save completions to.")
|
||||
|
||||
(defvar save-completions-retention-time 336
|
||||
|
Loading…
x
Reference in New Issue
Block a user