From 8275726e7e6505fca04538b62b7de9a1e3657dec Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 3 Apr 2012 13:24:40 +0200 Subject: [PATCH] Add :version to org-habit.el options. --- lisp/org-habit.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/org-habit.el b/lisp/org-habit.el index d019f3aea..6b4776662 100644 --- a/lisp/org-habit.el +++ b/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 -- 2.11.4.GIT