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 | edbf4d9743386b27d18734d8d47c1d349563dc8d (patch) | |
tree | 71018599ad8b209fca72ee9852d3604dd73d8089 /lisp/saveplace.el | |
parent | b190da22ed2cde47b6fb8b71b6da5536da43efaf (diff) | |
download | emacs-edbf4d9743386b27d18734d8d47c1d349563dc8d.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 |