(info-initialize): Remove the test for system-type when
invocation-directory is non-nil.
This commit is contained in:
parent
c7ca58df3b
commit
fecd556a3b
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* info.el (info-initialize): Remove the test for system-type when
|
||||
invocation-directory is non-nil.
|
||||
|
||||
* progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
|
||||
of `font-lock-defaults' to `backward-paragraph' rather than nil.
|
||||
|
||||
|
|
|
@ -312,8 +312,7 @@ Do the right thing if the file has been compressed or zipped."
|
|||
(source (expand-file-name "info/" source-directory))
|
||||
(sibling (if installation-directory
|
||||
(expand-file-name "info/" installation-directory)
|
||||
(if (and (memq system-type '(ms-dos windows-nt))
|
||||
invocation-directory)
|
||||
(if invocation-directory
|
||||
(let ((infodir (expand-file-name
|
||||
"../info/"
|
||||
invocation-directory)))
|
||||
|
|
Loading…
Add table
Reference in a new issue