*** empty log message ***

This commit is contained in:
Gerd Moellmann 2001-10-24 12:37:32 +00:00
parent 8c8f9bc197
commit 4aa6b95562
3 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-10-24 Gerd Moellmann <gerd@gnu.org>
* configure.in: Use $MAKE for `make' if set.
2001-10-22 Gerd Moellmann <gerd@gnu.org>
* Makefile.in (install-arch-indep): Add -h (follow symlinks)

2
configure vendored
View file

@ -12850,7 +12850,7 @@ sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \
`"
echo creating src/epaths.h
make epaths-force
${MAKE-make} epaths-force
# As of 2000-11-19, newest development versions of GNU cpp preprocess
# `..' to `. .' unless invoked with -traditional

View file

@ -1,5 +1,11 @@
2001-10-24 Gerd Moellmann <gerd@gnu.org>
* replace.el (perform-replace): Move START and END parameters
to the end of the argument list and make them optional.
* progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
perform-replace.
* international/fontset.el (x-must-resolve-font-name): New
function.
(x-complement-fontset-spec): Use it.