(Info-default-dirs): Change default info dir to
share/info.
This commit is contained in:
parent
cd4496efc8
commit
41a1027e9e
1 changed files with 2 additions and 2 deletions
|
@ -463,12 +463,12 @@ Do the right thing if the file has been compressed or zipped."
|
|||
(expand-file-name "info/" installation-directory)
|
||||
(if invocation-directory
|
||||
(let ((infodir (expand-file-name
|
||||
"../info/"
|
||||
"../share/info/"
|
||||
invocation-directory)))
|
||||
(if (file-exists-p infodir)
|
||||
infodir
|
||||
(setq infodir (expand-file-name
|
||||
"../../../info/"
|
||||
"../../../share/info/"
|
||||
invocation-directory))
|
||||
(and (file-exists-p infodir)
|
||||
infodir))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue