summaryrefslogtreecommitdiff
path: root/lisp/completion.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/completion.el')
-rw-r--r--lisp/completion.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/completion.el b/lisp/completion.el
index 2cd30e6513f..28bf1dd10b9 100644
--- a/lisp/completion.el
+++ b/lisp/completion.el
@@ -302,7 +302,8 @@ See also `save-completions-retention-time'."
(cond
((file-readable-p olddef) olddef)
((file-directory-p (convert-standard-filename "~/.emacs.d/"))
- (convert-standard-filename (expand-file-name completions "~/.emacs.d/")))
+ (convert-standard-filename
+ (expand-file-name "completions" "~/.emacs.d/")))
(t olddef)))
"The filename to save completions to."
:type 'file