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
42b31bf9
Commit
42b31bf9
authored
Jun 05, 1994
by
Richard M. Stallman
Browse files
(Info-directory-list): Don't use the invocation directory
unless it was used for exec-directory too.
parent
edb85f59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lisp/info.el
lisp/info.el
+5
-1
No files found.
lisp/info.el
View file @
42b31bf9
...
...
@@ -63,7 +63,11 @@ in paths.el.")
(
length
path
)))))
(
nreverse
list
))
(
if
(
or
(
member
sibling
Info-default-directory-list
)
(
not
(
file-exists-p
sibling
)))
(
not
(
file-exists-p
sibling
))
;; Use invocation-directory for Info only if we used it for
;; exec-directory also.
(
not
(
string=
exec-directory
(
expand-file-name
"../lib-src/"
(
invocation-directory
)))))
Info-default-directory-list
(
reverse
(
cons
sibling
(
cdr
(
reverse
Info-default-directory-list
)))))))
"List of directories to search for Info documentation files.
...
...
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