changeset 40256:561bc8b0392f

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 24 Oct 2001 12:37:32 +0000
parents ad4ee591fe2f
children 98531a716f48
files ChangeLog configure lisp/ChangeLog
diffstat 3 files changed, 11 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Oct 24 12:37:08 2001 +0000
+++ b/ChangeLog	Wed Oct 24 12:37:32 2001 +0000
@@ -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)
--- a/configure	Wed Oct 24 12:37:08 2001 +0000
+++ b/configure	Wed Oct 24 12:37:32 2001 +0000
@@ -12850,7 +12850,7 @@
 `"
 
 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
--- a/lisp/ChangeLog	Wed Oct 24 12:37:08 2001 +0000
+++ b/lisp/ChangeLog	Wed Oct 24 12:37:32 2001 +0000
@@ -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.