Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4db579ab
Commit
4db579ab
authored
Apr 07, 1994
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Info-find-node): Don't try to backstep if no history.
(Info-insert-dir): Print sensible error message if no dir node.
parent
ee0c28e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/info.el
lisp/info.el
+3
-1
No files found.
lisp/info.el
View file @
4db579ab
...
...
@@ -304,7 +304,7 @@ In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself."
(
Info-select-node
)))
;; If we did not finish finding the specified node,
;; go back to the previous one.
(
or
Info-current-node
no-going-back
(
or
Info-current-node
no-going-back
(
null
Info-history
)
(
let
((
hist
(
car
Info-history
)))
(
setq
Info-history
(
cdr
Info-history
))
(
Info-find-node
(
nth
0
hist
)
(
nth
1
hist
)
t
)
...
...
@@ -373,6 +373,8 @@ In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself."
Info-dir-file-attributes
))))))
(
setq
dirs
(
cdr
dirs
)))
(
or
buffers
(
error
"Can't find the info directory node"
))
;; Distinguish the dir file that comes with Emacs from all the
;; others. Yes, that is really what this is supposed to do.
;; If it doesn't work, fix it.
...
...
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