diff options
| author | Richard M. Stallman | 1996-01-01 23:46:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-01-01 23:46:11 +0000 |
| commit | 16b95d04f2928606b38fcc182b870da058b74b0b (patch) | |
| tree | 6cb212ba58f8ee4ef2ad99ca2824b97c1b2f36c7 | |
| parent | b33e350ab60970ed54b6c0f3d6862d8796c33810 (diff) | |
| download | emacs-16b95d04f2928606b38fcc182b870da058b74b0b.tar.gz emacs-16b95d04f2928606b38fcc182b870da058b74b0b.zip | |
(save-completions-file-name): Use convert-standard-filename.
| -rw-r--r-- | lisp/completion.el | 2 |
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.") | |||
| 285 | "*Non-nil means save most-used completions when exiting Emacs. | 285 | "*Non-nil means save most-used completions when exiting Emacs. |
| 286 | See also `saved-completions-retention-time'.") | 286 | See also `saved-completions-retention-time'.") |
| 287 | 287 | ||
| 288 | (defvar save-completions-file-name "~/.completions" | 288 | (defvar save-completions-file-name (convert-standard-filename "~/.completions") |
| 289 | "*The filename to save completions to.") | 289 | "*The filename to save completions to.") |
| 290 | 290 | ||
| 291 | (defvar save-completions-retention-time 336 | 291 | (defvar save-completions-retention-time 336 |