Fix compiler warning
This commit is contained in:
parent
85a1395efa
commit
23057a57b4
|
@ -14661,6 +14661,7 @@ value for the property."
|
||||||
(interactive)
|
(interactive)
|
||||||
(org-set-effort nil t))
|
(org-set-effort nil t))
|
||||||
|
|
||||||
|
(defvar org-clock-effort "") ;; Defined in org-clock.el
|
||||||
(defun org-set-effort (&optional value increment)
|
(defun org-set-effort (&optional value increment)
|
||||||
"Set the effort property of the current entry.
|
"Set the effort property of the current entry.
|
||||||
With numerical prefix arg, use the nth allowed value, 0 stands for the
|
With numerical prefix arg, use the nth allowed value, 0 stands for the
|
||||||
|
|
Loading…
Reference in New Issue