# HG changeset patch # User Dave Love # Date 951999448 0 # Node ID 5581551e2b8fbd87760260117fc998005852b2db # Parent cd22ab1878f20fd050b56eb8557c85f6701c92c9 (help-xref-go-back): Don't try to set position. diff -r cd22ab1878f2 -r 5581551e2b8f lisp/help.el --- a/lisp/help.el Thu Mar 02 10:32:35 2000 +0000 +++ b/lisp/help.el Thu Mar 02 12:17:28 2000 +0000 @@ -1199,7 +1199,10 @@ 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."