From: Richard M. Stallman Date: Mon, 1 Jan 1996 23:46:11 +0000 (+0000) Subject: (save-completions-file-name): Use convert-standard-filename. X-Git-Tag: emacs-19.34~1950 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16b95d04f2928606b38fcc182b870da058b74b0b;p=emacs.git (save-completions-file-name): Use convert-standard-filename. --- 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