]> git.eshelyaron.com Git - emacs.git/commitdiff
(quail-help): Don't assume the buffer is displayed in the same frame.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 18 Jun 2002 22:58:55 +0000 (22:58 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 18 Jun 2002 22:58:55 +0000 (22:58 +0000)
lisp/international/quail.el

index dcadfa7a3b8f57434f5d04705acd91c59a8f8fb4..d0017e8bf2182452226fecf46ce80c5cd7011ef9 100644 (file)
@@ -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)