diff options
author | Bastien Guerry <bastien1@free.fr> | 2012-04-03 14:02:21 +0200 |
---|---|---|
committer | Bastien Guerry <bastien1@free.fr> | 2012-04-03 14:02:21 +0200 |
commit | 372d7b21b2835543c8d97c1dff4929be5270a2a7 (patch) | |
tree | b5cac3b444c54b00a4153109299a397d74eb03fc /lisp/org/org-timer.el | |
parent | 5c7ac47249bc16f6efc3085bc72a2d519ae1d834 (diff) | |
download | emacs-372d7b21b2835543c8d97c1dff4929be5270a2a7.tar.gz |
Add :version tag to new Org options in Emacs 24.1
Diffstat (limited to 'lisp/org/org-timer.el')
-rw-r--r-- | lisp/org/org-timer.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org/org-timer.el b/lisp/org/org-timer.el index 44a53ad0f15..a3bde0fd7f6 100644 --- a/lisp/org/org-timer.el +++ b/lisp/org/org-timer.el @@ -53,6 +53,7 @@ the value of the relative timer." "The default timer when a timer is set. When 0, the user is prompted for a value." :group 'org-time + :version "24.1" :type 'number) (defvar org-timer-start-hook nil |