# HG changeset patch # User Stefan Monnier # Date 1121306828 0 # Node ID d533a2de8243f0164d48a0e606fd3490d4dbbc11 # Parent 4ca52e899ec680899d8e4e7470f5962360bbc103 (help-xref-interned): Properly setup xref info. diff -r 4ca52e899ec6 -r d533a2de8243 lisp/help-mode.el --- a/lisp/help-mode.el Thu Jul 14 02:06:30 2005 +0000 +++ b/lisp/help-mode.el Thu Jul 14 02:07:08 2005 +0000 @@ -519,7 +519,7 @@ help buffer." (with-current-buffer (help-buffer) ;; Push the previous item on the stack before clobbering the output buffer. - (help-setup-xref nil nil) + (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,5 +631,5 @@ (provide 'help-mode) -;;; arch-tag: 850954ae-3725-4cb4-8e91-0bf6d52d6b0b +;; arch-tag: 850954ae-3725-4cb4-8e91-0bf6d52d6b0b ;;; help-mode.el ends here