From: Chong Yidong Date: Sat, 14 Nov 2009 15:44:43 +0000 (+0000) Subject: * help-mode.el (help-make-xrefs): Revert 2009-11-13 change. X-Git-Tag: emacs-pretest-23.1.90~436 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aec5395b0c5a295dc42d6eb83bfe4e89234bd738;p=emacs.git * help-mode.el (help-make-xrefs): Revert 2009-11-13 change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fcaa469bf87..f8e2bb0a1dd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-11-14 Chong Yidong + + * help-mode.el (help-make-xrefs): Revert 2009-11-13 change. + 2009-11-14 Glenn Morris * emulation/viper.el (viper-set-hooks): Remove duplicate advice 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'").