]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 24 Oct 2001 12:37:32 +0000 (12:37 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 24 Oct 2001 12:37:32 +0000 (12:37 +0000)
ChangeLog
configure
lisp/ChangeLog

index a1472cbc428f811fd1f0e5a57ca41f5438be56ea..f5989ce23fc824c3588cdb46ac6f423c299348d2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
index 524021e37ce26344c5c06e2ba8b9e287700d6af8..16268d1c658354c9ac3d57df0f836793b847ed41 100755 (executable)
--- 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
index 93fe4f30b4b709b455df9128dc37055a42a6591e..423cbaa7da519ce5be5219221ba02d4af48d4994 100644 (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.