summaryrefslogtreecommitdiff
path: root/lisp/help-mode.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-11-14 15:44:43 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-11-14 15:44:43 +0000
commitaec5395b0c5a295dc42d6eb83bfe4e89234bd738 (patch)
treea4459537c99b5d7f7656dbe155c9869a94c9968c /lisp/help-mode.el
parenta53cfbe58781e8f967d298d937e34efa3db93c1d (diff)
downloademacs-aec5395b0c5a295dc42d6eb83bfe4e89234bd738.tar.gz
* help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
Diffstat (limited to 'lisp/help-mode.el')
-rw-r--r--lisp/help-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index 641738770a2..7c032b81cf2 100644
--- a/lisp/help-mode.el
+++ b/lisp/help-mode.el
@@ -413,7 +413,8 @@ A special reference `back' is made to return back through a stack of
help buffers. Variable `help-back-label' specifies the text for
that."
(interactive "b")
- (with-current-buffer (or buffer (current-buffer))
+ (save-excursion
+ (set-buffer (or buffer (current-buffer)))
(goto-char (point-min))
;; Skip the header-type info, though it might be useful to parse
;; it at some stage (e.g. "function in `library'").