From: Stefan Monnier Date: Thu, 14 Jul 2005 02:10:34 +0000 (+0000) Subject: (help-xref-interned): Undo last mistaken change. X-Git-Tag: emacs-pretest-22.0.90~8161 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=774784f6bef1e3ff998ee2464ab37b4f84eac09a;p=emacs.git (help-xref-interned): Undo last mistaken change. --- diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 1f5f98a7354..831db8cc0cc 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -519,7 +519,7 @@ Both variable, function and face documentation are extracted into a single 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)