1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(save-place-file): Use convert-standard-filename.

This commit is contained in:
Richard M. Stallman 1996-01-01 23:41:30 +00:00
parent f719b45aaa
commit 0d448e33d4

View File

@ -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