]> git.eshelyaron.com Git - emacs.git/commitdiff
(save-completions-file-name): Use convert-standard-filename.
authorRichard M. Stallman <rms@gnu.org>
Mon, 1 Jan 1996 23:46:11 +0000 (23:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 1 Jan 1996 23:46:11 +0000 (23:46 +0000)
lisp/completion.el

index a4e066f21cede15aa8e91d75f325b0e792c2d4a9..1e4e281ad1d54e9560e7afdf1d5f26618855f9fb 100644 (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