[Timeline] Make sure point is correct after killing

This commit is contained in:
Daniel - 2018-11-28 16:52:11 +01:00
parent 62ac9a887b
commit c8e9c6340e
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 2 deletions

View File

@ -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."