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
f05f43e7
Commit
f05f43e7
authored
Jul 24, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Info-select-node): Run Info-selection-hook.
parent
1c0b3743
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/info.el
lisp/info.el
+2
-1
No files found.
lisp/info.el
View file @
f05f43e7
...
...
@@ -475,7 +475,8 @@ to read a file name from the minibuffer."
(
setq
active-expression
(
read
(
current-buffer
))))))
(
point-max
)))
(
if
Info-enable-active-nodes
(
eval
active-expression
)))))
(
if
Info-enable-active-nodes
(
eval
active-expression
))
(
run-hooks
'Info-selection-hook
))))
(
defun
Info-set-mode-line
()
(
setq
mode-line-buffer-identification
...
...
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