diff options
| author | Yoni Rabkin <yoni@rabkins.net> | 2021-02-15 22:07:26 -0500 | 
|---|---|---|
| committer | Yoni Rabkin <yoni@rabkins.net> | 2021-02-15 22:07:26 -0500 | 
| commit | f77c1e495a44272c7936f958e6af631a42295dd1 (patch) | |
| tree | a406d8994bb64f7cd78742a04968a5205e8fd513 | |
| parent | f404ae4f301899f71c232b6b0d8b6a0a49e8e560 (diff) | |
* rt-liberation.el:
| -rw-r--r-- | rt-liberation.el | 4 | 
1 files 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 | 
