# HG changeset patch # User Eli Zaretskii # Date 1224411622 0 # Node ID 2b853509cf774258ea5b6508a54f4ff0899a1dbd # Parent 48e8ecb5eb0eefe058780478231c89f58e8425ff (org-id-locations-file): Run file names that begin with a period thru `convert-standard-filename'. diff -r 48e8ecb5eb0e -r 2b853509cf77 lisp/org/org-id.el --- 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)