diff lisp/international/quail.el @ 45907:5ec9521eeae0

(quail-help): Don't assume the buffer is displayed in the same frame.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 18 Jun 2002 22:58:55 +0000
parents a202d9fb56eb
children 5d173712d50a
line wrap: on
line diff
--- a/lisp/international/quail.el	Tue Jun 18 21:53:30 2002 +0000
+++ b/lisp/international/quail.el	Tue Jun 18 22:58:55 2002 +0000
@@ -2511,7 +2511,7 @@
       (setq quail-current-package nil)
       ;; Resize the help window again, now that it has all its contents.
       (save-selected-window
- 	(select-window (get-buffer-window (current-buffer)))
+ 	(select-window (get-buffer-window (current-buffer) t))
 	(run-hooks 'temp-buffer-show-hook)))))
 
 (defun quail-help-insert-keymap-description (keymap &optional header)