diff lisp/saveplace.el @ 13908:ce0d475e3e77

(save-place-file): Use convert-standard-filename.
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Jan 1996 23:41:30 +0000
parents abc765f9bee3
children 83f275dcd93a
line wrap: on
line diff
--- a/lisp/saveplace.el	Mon Jan 01 23:40:10 1996 +0000
+++ b/lisp/saveplace.el	Mon Jan 01 23:41:30 1996 +0000
@@ -56,7 +56,7 @@
 
 (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