1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(remember-data-file): Run file names that begin with a period thru

`convert-standard-filename'.
This commit is contained in:
Eli Zaretskii 2008-10-19 10:15:04 +00:00
parent b6489a4311
commit d6ab98408b
2 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,16 @@
2008-10-19 Eli Zaretskii <eliz@gnu.org>
* textmodes/remember.el (remember-data-file):
* shadowfile.el (shadow-initialize) <shadow-info-file, shadow-todo-file>:
* savehist.el (savehist-file):
* recentf.el (recentf-save-file):
* pcvs-defs.el (cvs-cvsrc-file):
* international/kkc.el (kkc-init-file-name):
* ido.el (ido-save-directory-list-file):
* calendar/todo-mode.el (todo-file-do, todo-file-done)
(todo-file-top): Run file names that begin with a period thru
`convert-standard-filename'.
* dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
before-init-hook.

View file

@ -390,7 +390,7 @@ Subject: %s\n\n"
;; Remembering to plain files
(defcustom remember-data-file "~/.notes"
(defcustom remember-data-file (convert-standard-filename "~/.notes")
"*The file in which to store unprocessed data."
:type 'file
:group 'remember)