changeset 27955:5581551e2b8f

(help-xref-go-back): Don't try to set position.
author Dave Love <fx@gnu.org>
date Thu, 02 Mar 2000 12:17:28 +0000
parents cd22ab1878f2
children 8d38dbe58989
files lisp/help.el
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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."