emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/quail.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/international/quail.el
Date: Tue, 11 Jun 2002 20:49:41 -0400

Index: emacs/lisp/international/quail.el
diff -c emacs/lisp/international/quail.el:1.118 
emacs/lisp/international/quail.el:1.119
*** emacs/lisp/international/quail.el:1.118     Tue Jan  8 12:42:59 2002
--- emacs/lisp/international/quail.el   Sun Feb  3 05:33:01 2002
***************
*** 2416,2425 ****
             (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)))
      ;; 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)
--- 2416,2425 ----
             (assoc package quail-package-alist)
           quail-current-package)))
      ;; At first, make sure that the help buffer has window.
!     (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]