Mercurial > emacs
changeset 98868:13379c367c35
(remember-data-file): Run file names that begin with a period thru
`convert-standard-filename'.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 19 Oct 2008 10:13:53 +0000 |
parents | 6e47884b9b26 |
children | 8565f44d7340 |
files | lisp/textmodes/remember.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/remember.el Sun Oct 19 10:13:17 2008 +0000 +++ b/lisp/textmodes/remember.el Sun Oct 19 10:13:53 2008 +0000 @@ -390,7 +390,7 @@ ;; 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)