diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-01-01 23:46:11 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-01-01 23:46:11 +0000 |
commit | 16b95d04f2928606b38fcc182b870da058b74b0b (patch) | |
tree | 6cb212ba58f8ee4ef2ad99ca2824b97c1b2f36c7 /lisp/completion.el | |
parent | b33e350ab60970ed54b6c0f3d6862d8796c33810 (diff) | |
download | emacs-16b95d04f2928606b38fcc182b870da058b74b0b.tar.gz |
(save-completions-file-name): Use convert-standard-filename.
Diffstat (limited to 'lisp/completion.el')
-rw-r--r-- | lisp/completion.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/completion.el b/lisp/completion.el index a4e066f21ce..1e4e281ad1d 100644 --- a/lisp/completion.el +++ b/lisp/completion.el @@ -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 |