From ef2fc1a1f82cb427b3637b8eeb9de2ff098720a5 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 17 Feb 2019 13:46:06 +0100 Subject: [PATCH] [Timeline] Fix comments in tests --- site-lisp/timeline-tools-test.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site-lisp/timeline-tools-test.el b/site-lisp/timeline-tools-test.el index c0a622d..dbe6d92 100644 --- a/site-lisp/timeline-tools-test.el +++ b/site-lisp/timeline-tools-test.el @@ -3,7 +3,7 @@ ;;; Commentary: ;; Most of the times in the test cases are not really reasonable, but if we can -;; cope with those, reasonable one should also work ;) +;; cope with those, reasonable ones should also work ;) ;;; Code: @@ -414,4 +414,4 @@ CLOCK: [2018-01-11 Thu 13:33] :END: ")))))) -;; XXX: timeline-tools-add-clockline-to-marker (including updating current clock) +;;; timeline-tools-test.el ends here