aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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:
56 56
57(make-variable-buffer-local 'save-place) 57(make-variable-buffer-local 'save-place)
58 58
59(defvar save-place-file "~/.emacs-places" 59(defvar save-place-file (convert-standard-filename "~/.emacs-places")
60 "*Name of the file that records `save-place-alist' value.") 60 "*Name of the file that records `save-place-alist' value.")
61 61
62(defvar save-place-version-control 'nospecial 62(defvar save-place-version-control 'nospecial