From c8e9c6340e16ba4e556aeae63a13aea436192bbd Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 28 Nov 2018 16:52:11 +0100 Subject: [PATCH] [Timeline] Make sure point is correct after killing --- site-lisp/timeline-tools.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site-lisp/timeline-tools.el b/site-lisp/timeline-tools.el index 5b1ed2f..e1788ec 100644 --- a/site-lisp/timeline-tools.el +++ b/site-lisp/timeline-tools.el @@ -553,8 +553,8 @@ Interactively query for the exact value of \"short\"." (user-error "Cannot delete last line.")) (setq-local timeline-tools--current-timeline (timeline-tools-transform-timeline - (delq entry timeline-tools--current-timeline)))) - (timeline-tools-redraw-timeline))) + (delq entry timeline-tools--current-timeline))))) + (timeline-tools-redraw-timeline)) (defun timeline-tools-next-line () "Move point to next line in timetable, if possible."