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)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to