Explorar o código

org-clock: Fix typo in last commit

* lisp/org-clock.el (org-clock-get-sum-start): Fix typo.
Nicolas Goaziou %!s(int64=7) %!d(string=hai) anos
pai
achega
b561c8b7ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lisp/org-clock.el

+ 1 - 1
lisp/org-clock.el

@@ -1439,7 +1439,7 @@ The time is always returned as UTC."
 	     (day (nth 3 dt)))
 	(if (< hour org-extend-today-until) (setf (nth 3 dt) (1- day)))
 	(setf (nth 2 dt) org-extend-today-until)
-	(setq dt (append (list 0 0) (nthcdr 2 dt) '(nil t)))
+	(setq dt (append (list 0 0) (nthcdr 2 dt) '(t)))
 	(apply #'encode-time dt)))
      ((or (equal cmt "all")
 	  (and (or (not cmt) (equal cmt "auto"))