# HG changeset patch # User Luc Teirlinck # Date 1142829887 0 # Node ID 0d9d539167cfa513acec68bdf9d8913f3c0a2650 # Parent 3e8d41cae3101c6800168f35f1ad7a3add8a6f02 (debug-help-follow): Revert last change. diff -r 3e8d41cae310 -r 0d9d539167cf lisp/emacs-lisp/debug.el --- a/lisp/emacs-lisp/debug.el Mon Mar 20 01:35:06 2006 +0000 +++ b/lisp/emacs-lisp/debug.el Mon Mar 20 04:44:47 2006 +0000 @@ -660,10 +660,9 @@ 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)