# HG changeset patch # User Stefan Monnier # Date 1024441135 0 # Node ID 5ec9521eeae0fb5aa47e26d023d8ef6fd49817d9 # Parent cacf84433461897f25e671e6da2f3253d1390283 (quail-help): Don't assume the buffer is displayed in the same frame. diff -r cacf84433461 -r 5ec9521eeae0 lisp/international/quail.el --- 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)