Bind variable sign.

This commit is contained in:
Carsten Dominik 2008-10-17 07:25:25 +02:00
parent c9c61151a1
commit b19428d110

View file

@ -2522,7 +2522,7 @@ Otherwise, return nil."
(let ((re (concat "[ \t]*" org-clock-string
" *[[<]\\([^]>]+\\)[]>]\\(-+[[<]\\([^]>]+\\)[]>]"
"\\([ \t]*=>.*\\)?\\)?"))
ts te h m s)
ts te h m s sign)
(cond
((not (looking-at re))
nil)