/[emacs]/emacs/lisp/international/quail.el
ViewVC logotype

Diff of /emacs/lisp/international/quail.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.118 by eliz, Tue Jan 8 17:42:59 2002 UTC revision 1.119 by rms, Sun Feb 3 10:33:01 2002 UTC
# Line 2416  package to describe." Line 2416  package to describe."
2416               (assoc package quail-package-alist)               (assoc package quail-package-alist)
2417             quail-current-package)))             quail-current-package)))
2418      ;; At first, make sure that the help buffer has window.      ;; At first, make sure that the help buffer has window.
2419      (help-setup-xref (list #'quail-help package) (interactive-p))      (let ((temp-buffer-show-hook nil))
2420      (with-output-to-temp-buffer (help-buffer)        (with-output-to-temp-buffer (help-buffer)
2421        (with-current-buffer standard-output          (with-current-buffer standard-output
2422          (setq quail-current-package package-def)))            (setq quail-current-package package-def))))
2423      ;; Then, insert text in the help buffer while paying attention to      ;; Then, insert text in the help buffer while paying attention to
2424      ;; the width of the frame in which the buffer displayed.      ;; the width of the frame in which the buffer displayed.
2425      (with-current-buffer (help-buffer)      (with-current-buffer (help-buffer)

Legend:
Removed from v.1.118  
changed lines
  Added in v.1.119

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26