diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-01-01 23:41:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-01-01 23:41:30 +0000 |
commit | 0d448e33d4206143c58c60ee28f2dc9eafba0f88 (patch) | |
tree | 912ecf88948681b44272f5a5a7d6bb18df4a6c07 /lisp/saveplace.el | |
parent | f719b45aaa7f63ee84eaad492d9e8c78e7b1ad2c (diff) | |
download | emacs-0d448e33d4206143c58c60ee28f2dc9eafba0f88.tar.gz |
(save-place-file): Use convert-standard-filename.
Diffstat (limited to 'lisp/saveplace.el')
-rw-r--r-- | lisp/saveplace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/saveplace.el b/lisp/saveplace.el index dafe1a707d9..c8d525fc6b4 100644 --- a/lisp/saveplace.el +++ b/lisp/saveplace.el @@ -56,7 +56,7 @@ simply put this in your `~/.emacs' file: (make-variable-buffer-local 'save-place) -(defvar save-place-file "~/.emacs-places" +(defvar save-place-file (convert-standard-filename "~/.emacs-places") "*Name of the file that records `save-place-alist' value.") (defvar save-place-version-control 'nospecial |