From 6eeb9ca101e3700a92f0faf9c82611fd927f16ed Mon Sep 17 00:00:00 2001 From: Johnathan Rabkin Date: Sun, 15 Dec 2013 10:59:49 -0500 Subject: * 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) -- cgit v1.2.3