diff options
| author | Eli Zaretskii | 2008-10-14 09:24:05 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-14 09:24:05 +0000 |
| commit | e16acc2c370b280d8dcb2deea59cc015e45def47 (patch) | |
| tree | 54d9a731d3f0820fd1392c001b444589950f597b | |
| parent | 07ebab66581c7ce586d976ffffc9a429540df1ab (diff) | |
| download | emacs-e16acc2c370b280d8dcb2deea59cc015e45def47.tar.gz emacs-e16acc2c370b280d8dcb2deea59cc015e45def47.zip | |
(lisp): Set to absolute file name of current directory, not to ".", to have
it on EMACSLOADPATH when we descend into subdirectories.
| -rw-r--r-- | msdos/ChangeLog | 6 | ||||
| -rw-r--r-- | msdos/sedlisp.inp | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 5fe9793eaba..4edb9510638 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-10-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * sedlisp.inp (lisp): Set to absolute file name of current | ||
| 4 | directory, not to ".", to have it on EMACSLOADPATH when we descend | ||
| 5 | into subdirectories. | ||
| 6 | |||
| 1 | 2008-08-23 Eli Zaretskii <eliz@gnu.org> | 7 | 2008-08-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * sed2v2.inp: Remove definition of USER_FULL_NAME (now defined on | 9 | * sed2v2.inp: Remove definition of USER_FULL_NAME (now defined on |
diff --git a/msdos/sedlisp.inp b/msdos/sedlisp.inp index cb95248e078..bd2c83d2add 100644 --- a/msdos/sedlisp.inp +++ b/msdos/sedlisp.inp | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | /^SHELL *=/i\ | 20 | /^SHELL *=/i\ |
| 21 | export FNCASE=y | 21 | export FNCASE=y |
| 22 | 22 | ||
| 23 | /^lisp=/s|@srcdir@|.| | 23 | /^lisp=/s|@srcdir@|$(shell pwd)| |
| 24 | /^VPATH=/s|@srcdir@|.| | 24 | /^VPATH=/s|@srcdir@|.| |
| 25 | /^srcdir=/s|@srcdir@|.| | 25 | /^srcdir=/s|@srcdir@|.| |
| 26 | /^bootstrap-clean:/a\ | 26 | /^bootstrap-clean:/a\ |