summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacsconf-schedule.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf-schedule.el b/emacsconf-schedule.el
index f67f3fe..e42ca2d 100644
--- a/emacsconf-schedule.el
+++ b/emacsconf-schedule.el
@@ -502,7 +502,7 @@ Both start and end time are tested."
(emacsconf-get-talk-info))))
sched-slugs)))
(dupes (seq-filter (lambda (o) (> (length (cdr o)) 1))
- (seq-group-by #'identity sched-slugs))))
+ (seq-group-by #'identity sched-slugs))))
(append
(emacsconf-schedule-validate-time-constraints sched)
(emacsconf-schedule-validate-live-q-and-a-sessions-are-staggered sched)