Mercurial > emacs
changeset 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 | cacf84433461 |
children | bb8152219329 |
files | lisp/international/quail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)