changeset 64306:c7d6013c38b6

(help-xref-interned): Undo last mistaken change.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 14 Jul 2005 02:10:34 +0000
parents d533a2de8243
children 487eee037b09
files lisp/help-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/help-mode.el	Thu Jul 14 02:07:08 2005 +0000
+++ b/lisp/help-mode.el	Thu Jul 14 02:10:34 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 (list 'help-xref-interned symbol) nil)
+    (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)