+2009-11-14 Chong Yidong <cyd@stupidchicken.com>
+
+ * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
+
2009-11-14 Glenn Morris <rgm@gnu.org>
* emulation/viper.el (viper-set-hooks): Remove duplicate advice
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'").