[Timeline] Cosmetics

This commit is contained in:
Daniel - 2018-07-31 16:04:20 +02:00
parent 4a93f1218a
commit 35518929d3
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 7 additions and 6 deletions

View File

@ -466,7 +466,8 @@ Interactively query for the exact value of \"short\"."
(let ((threshold (string-to-number
(read-from-minibuffer "Maximum time for short entries (in seconds): "))))
(setq-local timeline-tools--current-timeline
(timeline-tools-remove-short-entries timeline-tools--current-timeline threshold))
(timeline-tools-remove-short-entries
timeline-tools--current-timeline threshold))
(timeline-tools-redraw-timeline)))
(defun timeline-tools-jump-to-headline ()