]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-xref-go-back): Don't try to set position.
authorDave Love <fx@gnu.org>
Thu, 2 Mar 2000 12:17:28 +0000 (12:17 +0000)
committerDave Love <fx@gnu.org>
Thu, 2 Mar 2000 12:17:28 +0000 (12:17 +0000)
lisp/help.el

index e88e1571fea135c672d3bd536634b4e66855f364..d0ca865a9dedca2f55169ff493071ec840d472e0 100644 (file)
@@ -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."