Browse Source

Add :version to org-habit.el options.

Bastien Guerry 13 năm trước cách đây
mục cha
commit
8275726e7e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      lisp/org-habit.el

+ 2 - 0
lisp/org-habit.el

@@ -70,11 +70,13 @@ relative to the current effective date."
 (defcustom org-habit-today-glyph ?!
   "Glyph character used to identify today."
   :group 'org-habit
+  :version "24.1"
   :type 'character)
 
 (defcustom org-habit-completed-glyph ?*
   "Glyph character used to show completed days on which a task was done."
   :group 'org-habit
+  :version "24.1"
   :type 'character)
 
 (defface org-habit-clear-face