Index: emacs/lisp/help-mode.el
diff -c emacs/lisp/help-mode.el:1.35 emacs/lisp/help-mode.el:1.36
*** emacs/lisp/help-mode.el:1.35        Mon Jul  4 23:08:54 2005
--- emacs/lisp/help-mode.el     Thu Jul 14 02:07:08 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 nil 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 (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)
***************
*** 631,635 ****
  
  (provide 'help-mode)
  
! ;;; arch-tag: 850954ae-3725-4cb4-8e91-0bf6d52d6b0b
  ;;; help-mode.el ends here
--- 631,635 ----
  
  (provide 'help-mode)
  
! ;; arch-tag: 850954ae-3725-4cb4-8e91-0bf6d52d6b0b
  ;;; help-mode.el ends here


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

Reply via email to