1
0
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:
Richard M. Stallman 1996-01-01 23:46:11 +00:00
parent b33e350ab6
commit 16b95d04f2

View File

@ -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