aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3f2a66948d4..63b861f382f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12000-06-16 Stefan Monnier <monnier@cs.yale.edu>
2
3 * Makefile.in (srcdir): Define for update-subdirs.
4
12000-06-16 Gerd Moellmann <gerd@gnu.org> 52000-06-16 Gerd Moellmann <gerd@gnu.org>
2 6
3 * find-lisp.el: New file. 7 * find-lisp.el: New file.
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 9985d399605..15ecd7564f7 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -6,6 +6,7 @@ SHELL = /bin/sh
6 6
7lisp=@srcdir@ 7lisp=@srcdir@
8VPATH=@srcdir@ 8VPATH=@srcdir@
9srcdir=@srcdir@/..
9 10
10# You can specify a different executable on the make command line, 11# You can specify a different executable on the make command line,
11# e.g. "make EMACS=../src/emacs ...". 12# e.g. "make EMACS=../src/emacs ...".