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.") | |||
| 487 | "10\\.6\\.[[:digit:]]" | 487 | "10\\.6\\.[[:digit:]]" |
| 488 | (shell-command-to-string | 488 | (shell-command-to-string |
| 489 | "sw_vers -productVersion")) | 489 | "sw_vers -productVersion")) |
| 490 | (<= m -1034058203136)) | 490 | (<= m -1034058203135)) |
| 491 | (ignore-errors (decode-time (list m 0))))))) | 491 | (ignore-errors (decode-time (list m 0))))))) |
| 492 | (low | 492 | (low |
| 493 | (funcall dichotomy | 493 | (funcall dichotomy |