1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-27 19:31:38 +00:00

(org-id-locations-file): Run file names that begin with a period thru

`convert-standard-filename'.
This commit is contained in:
Eli Zaretskii 2008-10-19 10:20:22 +00:00
parent 0a50585529
commit 727c1234ab

View 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)