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
d96504df
Commit
d96504df
authored
Mar 01, 1994
by
Karl Heuer
Browse files
(Info-restore-point): Don't wipe out hl before using it.
parent
ad8fb8ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/info.el
lisp/info.el
+2
-2
No files found.
lisp/info.el
View file @
d96504df
...
...
@@ -583,8 +583,8 @@ In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself."
(
if
(
and
(
equal
(
nth
0
(
car
hl
))
Info-current-file
)
(
equal
(
nth
1
(
car
hl
))
Info-current-node
))
(
progn
(
setq
hl
nil
)
;terminate the while at next iter
(
goto-char
(
nth
2
(
car
hl
))))
(
goto-char
(
nth
2
(
car
hl
)))
(
setq
hl
nil
))
;terminate the while at next iter
(
setq
hl
(
cdr
hl
)))))
(
defvar
Info-last-search
nil
...
...
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