aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog4
-rwxr-xr-xadmin/quick-install-emacs2
2 files changed, 5 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index a43dbe931f0..da7ef59e8e6 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12010-02-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * quick-install-emacs (PRUNED): Fix typo in message.
4
12010-01-20 Glenn Morris <rgm@gnu.org> 52010-01-20 Glenn Morris <rgm@gnu.org>
2 6
3 * revdiff: Remove file that only works with CVS, and isn't really 7 * revdiff: Remove file that only works with CVS, and isn't really
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs
index 5e862812c85..2fda74b0832 100755
--- a/admin/quick-install-emacs
+++ b/admin/quick-install-emacs
@@ -276,7 +276,7 @@ for SUBDIR in lisp leim etc lib-src info; do
276 if [ -d $DST/$DIR ]; then 276 if [ -d $DST/$DIR ]; then
277 echo Directory $DST/$DIR exists 277 echo Directory $DST/$DIR exists
278 else 278 else
279 echo Directory $DST/$DIR non-existant 279 echo Directory $DST/$DIR non-existent
280 if [ "`echo $DIR | egrep -v "$AVOID_PAT"`" ]; then 280 if [ "`echo $DIR | egrep -v "$AVOID_PAT"`" ]; then
281 maybe_mkdir $DST/$DIR 281 maybe_mkdir $DST/$DIR
282 fi 282 fi