Mercurial > emacs
changeset 98871:2b853509cf77
(org-id-locations-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:20:22 +0000 |
parents | 48e8ecb5eb0e |
children | 71df88aafadf |
files | lisp/org/org-id.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/org/org-id.el Sun Oct 19 10:19:53 2008 +0000 +++ b/lisp/org/org-id.el Sun Oct 19 10:20:22 2008 +0000 @@ -116,7 +116,7 @@ :group 'org-id :type 'boolean) -(defcustom org-id-locations-file "~/.org-id-locations" +(defcustom org-id-locations-file (convert-standard-filename "~/.org-id-locations") "The file for remembering the last ID number generated." :group 'org-id :type 'file)