summaryrefslogtreecommitdiff
path: root/lisp/saveplace.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/saveplace.el')
-rw-r--r--lisp/saveplace.el2
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