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
882e61bf
Commit
882e61bf
authored
Dec 30, 1996
by
Richard M. Stallman
Browse files
(Info-find-node): Don't clear Info-index-alternatives.
(Info-index-next): Fix error message.
parent
c1148e39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/info.el
lisp/info.el
+1
-2
No files found.
lisp/info.el
View file @
882e61bf
...
...
@@ -316,7 +316,6 @@ In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself."
(
setq
Info-current-file
nil
Info-current-subfile
nil
Info-current-file-completions
nil
Info-index-alternatives
nil
buffer-file-name
nil
)
(
erase-buffer
)
(
if
(
eq
filename
t
)
...
...
@@ -1388,7 +1387,7 @@ Give a blank topic name to go to the Index node itself."
"Go to the next matching index item from the last `i' command."
(
interactive
"p"
)
(
or
Info-index-alternatives
(
error
"No previous `i' command
in this file
"
))
(
error
"No previous `i' command"
))
(
while
(
<
num
0
)
(
setq
num
(
+
num
(
length
Info-index-alternatives
))))
(
while
(
>
num
0
)
...
...
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