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
c696ac76
Commit
c696ac76
authored
Feb 15, 1995
by
Richard M. Stallman
Browse files
(Info-index): Bind Info-history, not Info-keep-history.
parent
9685a93f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
lisp/info.el
lisp/info.el
+7
-2
No files found.
lisp/info.el
View file @
c696ac76
...
...
@@ -1210,12 +1210,17 @@ Give a blank topic name to go to the Index node itself."
(
or
(
re-search-forward
"\n\\* \\(.*\\<Index\\>\\)"
nil
t
)
(
error
"No index"
))
(
goto-char
(
match-beginning
1
))
(
let
((
Info-keeping-history
nil
))
;; Here, and subsequently in this function,
;; we bind Info-history to nil for internal node-switches
;; so that we don't put junk in the history.
;; In the first Info-goto-node call, above, we do update the history
;; because that is what the user's previous node choice into it.
(
let
((
Info-history
nil
))
(
Info-goto-node
(
Info-extract-menu-node-name
)))
(
or
(
equal
topic
""
)
(
let
((
matches
nil
)
(
exact
nil
)
(
Info-
keeping-
history
nil
)
(
Info-history
nil
)
found
)
(
while
(
progn
...
...
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