From 872a1ea4274f2a79949fd68b03c915457b39d38d Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 7 Oct 2009 17:10:19 +0000 Subject: [PATCH] * makefile.w32-in (WINS_UPDATES): Fix typo in previous change. --- lisp/ChangeLog | 4 ++++ lisp/makefile.w32-in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7bcd06f8be8..d6e61b3c95d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-10-07 Juanma Barranquero + + * makefile.w32-in (WINS_UPDATES): Fix typo in previous change. + 2009-10-07 Glenn Morris * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use of diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 591678d5127..687dba45fb2 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -123,7 +123,7 @@ WINS_ALMOST=$(WINS_BASIC) \ $(WINS_CEDET) # Directories to extract data from (customs, autoloads, etc.) -WINS_UPDATES=$(WIN_ALMOST) \ +WINS_UPDATES=$(WINS_ALMOST) \ $(WINS_CEDET_SUBDIRS) # Directories to add to subdirs.el -- 2.39.2