Bläddra i källkod

Add :version to org-habit.el options.

Bastien Guerry 13 år sedan
förälder
incheckning
8275726e7e
1 ändrade filer med 2 tillägg och 0 borttagningar
  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