mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(help-xref-go-back): Don't try to set position.
This commit is contained in:
parent
54d0432002
commit
95bd92aa4e
1 changed files with 4 additions and 1 deletions
|
|
@ -1199,7 +1199,10 @@ help buffer."
|
|||
args (cddr item))
|
||||
(setq help-xref-stack (cdr help-xref-stack))))
|
||||
(apply method args)
|
||||
(goto-char position)))
|
||||
;; We're not in the right buffer to do this, and we don't actually
|
||||
;; know which we should be in.
|
||||
;;(goto-char position)
|
||||
))
|
||||
|
||||
(defun help-go-back ()
|
||||
"Invoke the [back] button (if any) in the Help mode buffer."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue