diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-10-07 17:10:19 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-10-07 17:10:19 +0000 |
commit | 872a1ea4274f2a79949fd68b03c915457b39d38d (patch) | |
tree | ab9c5f0f40a06eeacb410375062ee9af235f1c26 | |
parent | ab2baced6e2ff40e2d5913259e0cb4a736f38b7b (diff) | |
download | emacs-872a1ea4274f2a79949fd68b03c915457b39d38d.tar.gz |
* makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/makefile.w32-in | 2 |
2 files changed, 5 insertions, 1 deletions
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 <lekktu@gmail.com> + + * makefile.w32-in (WINS_UPDATES): Fix typo in previous change. + 2009-10-07 Glenn Morris <rgm@gnu.org> * 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 |