From a4febc68d18728aa068bb8eaf245d9566652e6c3 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Wed, 28 Nov 2018 16:38:36 +0100 Subject: [PATCH] [Timeline] Fix name of function --- site-lisp/timeline-tools.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-lisp/timeline-tools.el b/site-lisp/timeline-tools.el index 16a5998..2658136 100644 --- a/site-lisp/timeline-tools.el +++ b/site-lisp/timeline-tools.el @@ -311,7 +311,7 @@ archives." (< (timeline-tools-entry-start-time entry-1) (timeline-tools-entry-start-time entry-2)))))) -(defun timeline-tools-cluster-same-entry (timeline) +(defun timeline-tools-cluster-same-entries (timeline) "Cluster TIMELINE into consecutive entries with equal marker. This only works if every entry in timeline consists of a singleton marker only. In case this is not satisfied, this