comparison 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
comparison
equal deleted inserted replaced
13907:c4f965637f22 13908:ce0d475e3e77
54 54
55 \(setq-default save-place t\)") 55 \(setq-default save-place t\)")
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
63 "*Controls whether to make numbered backups of master save-place file. 63 "*Controls whether to make numbered backups of master save-place file.
64 It can have four values: t, nil, `never', and `nospecial'. The first 64 It can have four values: t, nil, `never', and `nospecial'. The first