summaryrefslogtreecommitdiff
path: root/lisp/info-look.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2004-03-13 13:12:09 +0000
committerEli Zaretskii <eliz@gnu.org>2004-03-13 13:12:09 +0000
commit3792a773ca5c84cbc3d5f7d7e32ed80b6e9fb785 (patch)
treeba33a77226220488e8a98f9be26d43b57166f9a7 /lisp/info-look.el
parent1239851cdd4cf7a75e98a850b1420d2cc7440455 (diff)
downloademacs-3792a773ca5c84cbc3d5f7d7e32ed80b6e9fb785.tar.gz
(info-lookup): Reuse an existing Info window.
Diffstat (limited to 'lisp/info-look.el')
-rw-r--r--lisp/info-look.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/info-look.el b/lisp/info-look.el
index 8242932c3af..35138121838 100644
--- a/lisp/info-look.el
+++ b/lisp/info-look.el
@@ -338,7 +338,8 @@ If optional argument QUERY is non-nil, query for the help mode."
(info-frame (and window (window-frame window))))
(if (and info-frame
(display-multi-frame-p)
- (memq info-frame (frames-on-display-list)))
+ (memq info-frame (frames-on-display-list))
+ (not (eq info-frame (selected-frame))))
(select-frame info-frame)
(switch-to-buffer-other-window "*info*")))))
(while (and (not found) modes)