diff lisp/completion.el @ 13910:8c5388b7b1f5

(save-completions-file-name): Use convert-standard-filename.
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Jan 1996 23:46:11 +0000
parents b51b78fa556e
children 187735b53d52
line wrap: on
line diff
--- a/lisp/completion.el	Mon Jan 01 23:43:19 1996 +0000
+++ b/lisp/completion.el	Mon Jan 01 23:46:11 1996 +0000
@@ -285,7 +285,7 @@
   "*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