summaryrefslogtreecommitdiff
path: root/lisp/org/org-id.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/org/org-id.el')
-rw-r--r--lisp/org/org-id.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/org/org-id.el b/lisp/org/org-id.el
index e4ba7b0e741..5ba0c419a8a 100644
--- a/lisp/org/org-id.el
+++ b/lisp/org/org-id.el
@@ -4,7 +4,7 @@
;; Author: Carsten Dominik <carsten at orgmode dot org>
;; Keywords: outlines, hypermedia, calendar, wp
;; Homepage: http://orgmode.org
-;; Version: 6.09a
+;; Version: 6.10c
;;
;; This file is part of GNU Emacs.
;;
@@ -116,7 +116,8 @@ be added."
:group 'org-id
:type 'boolean)
-(defcustom org-id-locations-file (convert-standard-filename "~/.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)