[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/help-mode.el
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/help-mode.el |
Date: |
Wed, 13 Jul 2005 22:10:35 -0400 |
Index: emacs/lisp/help-mode.el
diff -c emacs/lisp/help-mode.el:1.36 emacs/lisp/help-mode.el:1.37
*** emacs/lisp/help-mode.el:1.36 Thu Jul 14 02:07:08 2005
--- emacs/lisp/help-mode.el Thu Jul 14 02:10:34 2005
***************
*** 519,525 ****
help buffer."
(with-current-buffer (help-buffer)
;; Push the previous item on the stack before clobbering the output
buffer.
! (help-setup-xref (list 'help-xref-interned symbol) nil)
(let ((facedoc (when (facep symbol)
;; Don't record the current entry in the stack.
(setq help-xref-stack-item nil)
--- 519,525 ----
help buffer."
(with-current-buffer (help-buffer)
;; Push the previous item on the stack before clobbering the output
buffer.
! (help-setup-xref nil nil)
(let ((facedoc (when (facep symbol)
;; Don't record the current entry in the stack.
(setq help-xref-stack-item nil)