branch: externals/rt-liberation
commit 6eeb9ca101e3700a92f0faf9c82611fd927f16ed
Author: Johnathan Rabkin <[email protected]>
Commit: Johnathan Rabkin <[email protected]>
* rt-liberation.el: Change mode even when signalling the no-results
exception.
---
rt-liberation.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/rt-liberation.el b/rt-liberation.el
index 6f31921..b75bebd 100644
--- a/rt-liberation.el
+++ b/rt-liberation.el
@@ -1047,6 +1047,7 @@ string then that will be the name of the new buffer."
;; setup stage (invisible to user)
(with-current-buffer rt-liber-browser-buffer
(let ((inhibit-read-only t))
+ (rt-liber-browser-mode)
(goto-char (point-min))
(rt-liber-ticketlist-browser-redraw nil query)
(newline 2)