From: Eli Zaretskii Date: Sun, 19 Oct 2008 10:20:22 +0000 (+0000) Subject: (org-id-locations-file): Run file names that begin with a period thru X-Git-Tag: emacs-pretest-23.0.90~2376 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=727c1234abaf1a41b916f120d9e7578befa6a592;p=emacs.git (org-id-locations-file): Run file names that begin with a period thru `convert-standard-filename'. --- diff --git a/lisp/org/org-id.el b/lisp/org/org-id.el index cfb16d63954..e4ba7b0e741 100644 --- a/lisp/org/org-id.el +++ b/lisp/org/org-id.el @@ -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)