Mercurial > emacs
changeset 69592:0d9d539167cf
(debug-help-follow): Revert last change.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 20 Mar 2006 04:44:47 +0000 |
parents | 3e8d41cae310 |
children | 4a9c3ca44ca5 |
files | lisp/emacs-lisp/debug.el |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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)