diff options
| author | Yoni Rabkin <yrk@gnu.org> | 2022-01-13 19:17:24 -0500 |
|---|---|---|
| committer | Yoni Rabkin <yrk@gnu.org> | 2022-01-13 19:17:24 -0500 |
| commit | 8afc0b02b56c2f82ff09e0da8b4612e6f8306418 (patch) | |
| tree | dd38cb0cc0a7139bd5a46362d65c09d305e28657 | |
| parent | 7cedc65bff8d65cde0c6a5b2c630c712c52ed26e (diff) | |
* rt-liberation.el: N reverts buffer
| -rw-r--r-- | rt-liberation.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt-liberation.el b/rt-liberation.el index fe73aa6..1893b4a 100644 --- a/rt-liberation.el +++ b/rt-liberation.el @@ -1052,6 +1052,7 @@ ASSOC-BROWSER if non-nil should be a ticket browser." (defun rt-liber-viewer-last-communicate-in () (interactive) + (revert-buffer) (goto-char (point-max)) (let ((last (re-search-backward rt-liber-viewer-communicate-regexp |
