diff options
-rw-r--r-- | lisp/org/org-clock.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-clock.el b/lisp/org/org-clock.el index 9dc501500b1..69e199ea27f 100644 --- a/lisp/org/org-clock.el +++ b/lisp/org/org-clock.el @@ -487,7 +487,7 @@ to add an effort property.") "10\\.6\\.[[:digit:]]" (shell-command-to-string "sw_vers -productVersion")) - (<= m -1034058203136)) + (<= m -1034058203135)) (ignore-errors (decode-time (list m 0))))))) (low (funcall dichotomy |