diff options
author | Johnathan Rabkin <yonirabkin@member.fsf.org> | 2013-12-15 10:59:49 -0500 |
---|---|---|
committer | Johnathan Rabkin <yonirabkin@member.fsf.org> | 2013-12-15 10:59:49 -0500 |
commit | 6eeb9ca101e3700a92f0faf9c82611fd927f16ed (patch) | |
tree | 7aa31319dc851a5faac37b0ee22a691cc164d3ed | |
parent | 5de9af64f18301ca1943ed1e362255f050424fcd (diff) |
* rt-liberation.el: Change mode even when signalling the no-results exception.
-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 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) |