* help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
This commit is contained in:
parent
a53cfbe587
commit
aec5395b0c
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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'").
|
||||
|
|
Loading…
Add table
Reference in a new issue