summaryrefslogtreecommitdiff
path: root/lisp/completion.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-01-01 23:46:11 +0000
committerRichard M. Stallman <rms@gnu.org>1996-01-01 23:46:11 +0000
commit839dc3a230dd1add6751a9d8d47efd1097c2c347 (patch)
tree46d6e4af5b99e80453257637477d9654dd48c778 /lisp/completion.el
parent8e6dade7d96ddb1cd68b9834ffba338c57795d1f (diff)
downloademacs-839dc3a230dd1add6751a9d8d47efd1097c2c347.tar.gz
(save-completions-file-name): Use convert-standard-filename.
Diffstat (limited to 'lisp/completion.el')
-rw-r--r--lisp/completion.el2
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