Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c96d168d
Commit
c96d168d
authored
Jan 11, 1999
by
Dave Love
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(temp-buffer-setup-hook, temp-buffer-show-hook): Swap
the values round.
parent
9b942ebd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/help.el
lisp/help.el
+2
-2
No files found.
lisp/help.el
View file @
c96d168d
...
...
@@ -158,7 +158,7 @@ Commands:
(
help-mode
)
(
setq
buffer-read-only
nil
))
(
add-hook
'temp-buffer-s
etup
-hook
'help-mode-setup
)
(
add-hook
'temp-buffer-s
how
-hook
'help-mode-setup
)
(
defun
help-mode-finish
()
(
when
(
eq
major-mode
'help-mode
)
...
...
@@ -169,7 +169,7 @@ Commands:
(
setq
view-return-to-alist
(
list
(
cons
(
selected-window
)
help-return-method
))))
(
add-hook
'temp-buffer-s
how
-hook
'help-mode-finish
)
(
add-hook
'temp-buffer-s
etup
-hook
'help-mode-finish
)
(
defun
help-quit
()
"Just exit from the Help command's command loop."
...
...
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