changeset 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 c4f965637f22
children 287e0b91a675
files lisp/saveplace.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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