Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
aec5395b
Commit
aec5395b
authored
Nov 14, 2009
by
Chong Yidong
Browse files
* help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
parent
a53cfbe5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/help-mode.el
lisp/help-mode.el
+2
-1
No files found.
lisp/ChangeLog
View file @
aec5395b
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
...
...
lisp/help-mode.el
View file @
aec5395b
...
...
@@ -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'").
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment