aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-utils.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/proof-utils.el')
-rw-r--r--generic/proof-utils.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/proof-utils.el b/generic/proof-utils.el
index 5c1c5f87..c7d9a1cb 100644
--- a/generic/proof-utils.el
+++ b/generic/proof-utils.el
@@ -574,6 +574,10 @@ No action if BUF is nil or killed."
(if noselect
;; FIXME: would like 'norecord arg here to override
;; previous window entering top of MRU list here.
+ ;; In fact, this could be hacked in XEmacs code.
+ ;; GNU Emacs seems *not* to put previously displayed
+ ;; window onto the top of the list with record-buffer:
+ ;; that gives much nicer behaviour than XEmacs here.
(display-buffer buf 'not-this-window)
(let ((pop-up-windows t))
(pg-pop-to-buffer buffer 'not-this-window 'norecord))))))