0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 13:46:27 +00:00

Add :version to org-timer.el option.

This commit is contained in:
Bastien Guerry 2012-04-03 13:48:32 +02:00
parent 1d98ecf980
commit 38e95cd088

View file

@ -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