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.
;; 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)