Mercurial > emacs
changeset 43079:a202d9fb56eb
(quail-help): Don't call help-setup-xref.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 03 Feb 2002 10:33:01 +0000 |
parents | 61ad8f29fefa |
children | a6382f0fcb2a |
files | lisp/international/quail.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/quail.el Sun Feb 03 10:32:13 2002 +0000 +++ b/lisp/international/quail.el Sun Feb 03 10:33:01 2002 +0000 @@ -2416,10 +2416,10 @@ (assoc package quail-package-alist) quail-current-package))) ;; At first, make sure that the help buffer has window. - (help-setup-xref (list #'quail-help package) (interactive-p)) - (with-output-to-temp-buffer (help-buffer) - (with-current-buffer standard-output - (setq quail-current-package package-def))) + (let ((temp-buffer-show-hook nil)) + (with-output-to-temp-buffer (help-buffer) + (with-current-buffer standard-output + (setq quail-current-package package-def)))) ;; Then, insert text in the help buffer while paying attention to ;; the width of the frame in which the buffer displayed. (with-current-buffer (help-buffer)