changeset 64305:d533a2de8243

(help-xref-interned): Properly setup xref info.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 14 Jul 2005 02:07:08 +0000
parents 4ca52e899ec6
children c7d6013c38b6
files lisp/help-mode.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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