Mercurial > emacs
changeset 106010:feb898981e9a
* help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 14 Nov 2009 15:44:43 +0000 |
parents | e6af95c4c862 |
children | 37fee35a6283 |
files | lisp/ChangeLog lisp/help-mode.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Nov 14 15:17:38 2009 +0000 +++ b/lisp/ChangeLog Sat Nov 14 15:44:43 2009 +0000 @@ -1,3 +1,7 @@ +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
--- a/lisp/help-mode.el Sat Nov 14 15:17:38 2009 +0000 +++ b/lisp/help-mode.el Sat Nov 14 15:44:43 2009 +0000 @@ -413,7 +413,8 @@ 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'").