emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el
Date: Sat, 03 Dec 2005 07:07:03 -0500

Index: emacs/lisp/help.el
diff -c emacs/lisp/help.el:1.291 emacs/lisp/help.el:1.292
*** emacs/lisp/help.el:1.291    Sat Dec  3 11:51:39 2005
--- emacs/lisp/help.el  Sat Dec  3 12:07:03 2005
***************
*** 159,165 ****
                   (if first-message "  ")
                   ;; If the help buffer will go in a separate frame,
                   ;; it's no use mentioning a command to scroll, so don't.
!                  (if (special-display-p (buffer-name standard-output))
                       nil
                     (if (same-window-p (buffer-name standard-output))
                         ;; Say how to scroll this window.
--- 159,166 ----
                   (if first-message "  ")
                   ;; If the help buffer will go in a separate frame,
                   ;; it's no use mentioning a command to scroll, so don't.
!                  (if (or pop-up-windows
!                          (special-display-p (buffer-name standard-output)))
                       nil
                     (if (same-window-p (buffer-name standard-output))
                         ;; Say how to scroll this window.




reply via email to

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