From f77c1e495a44272c7936f958e6af631a42295dd1 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Mon, 15 Feb 2021 22:07:26 -0500 Subject: * rt-liberation.el: --- rt-liberation.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rt-liberation.el b/rt-liberation.el index ab3c44f..913bbeb 100644 --- a/rt-liberation.el +++ b/rt-liberation.el @@ -1056,8 +1056,8 @@ ASSOC-BROWSER if non-nil should be a ticket browser." (let (latest-point) (save-excursion (goto-char (point-max)) - (when (re-search-backward rt-liber-correspondence-regexp - (point-min) t) + (when (re-search-backward + rt-liber-correspondence-regexp (point-min) t) (setq latest-point (point)))) (if latest-point (progn -- cgit v1.2.3