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
a025fccf
Commit
a025fccf
authored
Mar 19, 2004
by
Stefan Monnier
Browse files
(Info-default-dirs): Don't ignore last part of I-d-d-l.
parent
e93b2f39
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 @
a025fccf
...
@@ -387,7 +387,9 @@ Do the right thing if the file has been compressed or zipped."
...
@@ -387,7 +387,9 @@ Do the right thing if the file has been compressed or zipped."
;; version, so we should look there first. `Info-insert-dir'
;; version, so we should look there first. `Info-insert-dir'
;; currently expects to find `alternative' first on the list.
;; currently expects to find `alternative' first on the list.
(
cons
alternative
(
cons
alternative
(
reverse
(
cdr
(
reverse
Info-default-directory-list
)))))))
;; Don't drop the last part, it might contain non-Emacs stuff.
;; (reverse (cdr (reverse
Info-default-directory-list
))))
;; )))
(
defun
info-initialize
()
(
defun
info-initialize
()
"Initialize `Info-directory-list', if that hasn't been done yet."
"Initialize `Info-directory-list', if that hasn't been done yet."
...
...
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