(lisp): Set to absolute file name of current directory, not to ".", to have
it on EMACSLOADPATH when we descend into subdirectories.
This commit is contained in:
parent
07ebab6658
commit
e16acc2c37
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-10-14 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* sedlisp.inp (lisp): Set to absolute file name of current
|
||||
directory, not to ".", to have it on EMACSLOADPATH when we descend
|
||||
into subdirectories.
|
||||
|
||||
2008-08-23 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* sed2v2.inp: Remove definition of USER_FULL_NAME (now defined on
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
/^SHELL *=/i\
|
||||
export FNCASE=y
|
||||
|
||||
/^lisp=/s|@srcdir@|.|
|
||||
/^lisp=/s|@srcdir@|$(shell pwd)|
|
||||
/^VPATH=/s|@srcdir@|.|
|
||||
/^srcdir=/s|@srcdir@|.|
|
||||
/^bootstrap-clean:/a\
|
||||
|
|
Loading…
Add table
Reference in a new issue