]> git.eshelyaron.com Git - emacs.git/commitdiff
(save-place-file): Use convert-standard-filename.
authorRichard M. Stallman <rms@gnu.org>
Mon, 1 Jan 1996 23:41:30 +0000 (23:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 1 Jan 1996 23:41:30 +0000 (23:41 +0000)
lisp/saveplace.el

index dafe1a707d9426db32396342aef5d0a46a48f7c3..c8d525fc6b4589e0082b1a9b974435903308f307 100644 (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