From: Gerd Moellmann Date: Wed, 24 Oct 2001 12:37:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~19202 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4aa6b95562cd09811f1d245747ad758d37b8cc73;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index a1472cbc428..f5989ce23fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-10-24 Gerd Moellmann + + * configure.in: Use $MAKE for `make' if set. + 2001-10-22 Gerd Moellmann * Makefile.in (install-arch-indep): Add -h (follow symlinks) diff --git a/configure b/configure index 524021e37ce..16268d1c658 100755 --- a/configure +++ b/configure @@ -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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 93fe4f30b4b..423cbaa7da5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2001-10-24 Gerd Moellmann + * 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.