瀏覽代碼

Add :version to org-habit.el options.

Bastien Guerry 13 年之前
父節點
當前提交
8275726e7e
共有 1 個文件被更改,包括 2 次插入0 次删除
  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