From: Luc Teirlinck Date: Mon, 20 Mar 2006 04:44:47 +0000 (+0000) Subject: (debug-help-follow): Revert last change. X-Git-Tag: emacs-pretest-22.0.90~3500 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a5f1e15451fe0dd65b49c4925e3a4461201406eb;p=emacs.git (debug-help-follow): Revert last change. --- diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index 34f24f01b9e..0c79a3eae9b 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el @@ -660,10 +660,9 @@ Complete list of commands: For the cross-reference format, see `help-make-xrefs'." (interactive "d") (require 'help-mode) - ;; Ideally we'd just do (call-interactively 'help-follow-symbol) - ;; except that this assumes we're already in a *Help* buffer and - ;; reuses it, so it ends up incorrectly "reusing" the *Backtrace* - ;; buffer to show the help info. + ;; Ideally we'd just do (call-interactively 'help-follow) except that this + ;; assumes we're already in a *Help* buffer and reuses it, so it ends up + ;; incorrectly "reusing" the *Backtrace* buffer to show the help info. (unless pos (setq pos (point))) (unless (push-button pos)