(debug-help-follow): Revert last change.
This commit is contained in:
parent
c287ad03b1
commit
a5f1e15451
1 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue