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
cd4496ef
Commit
cd4496ef
authored
Jan 18, 2007
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Info-default-directory-list): Change default info dir to
share/info.
parent
d77153c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lisp/paths.el
lisp/paths.el
+5
-5
No files found.
lisp/paths.el
View file @
cd4496ef
...
...
@@ -68,7 +68,7 @@ comparison."
(
suffixes
;; Subdirectories in each directory tree that may contain info
;; directories.
'
(
""
"share/"
"gnu/"
"gnu/lib/"
"gnu/lib/emacs/"
'
(
"share/"
""
"gnu/"
"gnu/lib/"
"gnu/lib/emacs/"
"emacs/"
"lib/"
"lib/emacs/"
))
(
standard-info-dirs
(
apply
#'
nconc
...
...
@@ -81,10 +81,10 @@ comparison."
dirs
(
prune-directory-list
dirs
config
))))
prefixes
))))
;; If $(prefix)/info is not one of the standard info
directories,
;; they are probably installing an experimental
version of Emacs,
;; so make sure that experimental version's Info
files override
;; the ones in standard directories.
;; If $(prefix)/
share/
info is not one of the standard info
;;
directories,
they are probably installing an experimental
;;
version of Emacs,
so make sure that experimental version's Info
;;
files override
the ones in standard directories.
(
if
(
member
config-dir
standard-info-dirs
)
(
nconc
standard-info-dirs
config
)
(
cons
config-dir
standard-info-dirs
)))
...
...
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