From: Stefan Monnier Date: Tue, 18 Jun 2002 22:58:55 +0000 (+0000) Subject: (quail-help): Don't assume the buffer is displayed in the same frame. X-Git-Tag: ttn-vms-21-2-B4~14543 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2c72829f9b2936c1927a22188384d1abee07851f;p=emacs.git (quail-help): Don't assume the buffer is displayed in the same frame. --- diff --git a/lisp/international/quail.el b/lisp/international/quail.el index dcadfa7a3b8..d0017e8bf21 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -2511,7 +2511,7 @@ KEY BINDINGS FOR CONVERSION (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)