]> git.eshelyaron.com Git - emacs.git/commitdiff
(org-id-locations-file): Run file names that begin with a period thru
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Oct 2008 10:20:22 +0000 (10:20 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Oct 2008 10:20:22 +0000 (10:20 +0000)
`convert-standard-filename'.

lisp/org/org-id.el

index cfb16d6395457684e49000efe83320244e8793bb..e4ba7b0e74166a2af34753af9398f34f158727c8 100644 (file)
@@ -116,7 +116,7 @@ be added."
   :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)