mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
* makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
This commit is contained in:
parent
ab2baced6e
commit
872a1ea427
2 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
2009-10-07 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
* emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use of
|
* emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use of
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@ WINS_ALMOST=$(WINS_BASIC) \
|
||||||
$(WINS_CEDET)
|
$(WINS_CEDET)
|
||||||
|
|
||||||
# Directories to extract data from (customs, autoloads, etc.)
|
# Directories to extract data from (customs, autoloads, etc.)
|
||||||
WINS_UPDATES=$(WIN_ALMOST) \
|
WINS_UPDATES=$(WINS_ALMOST) \
|
||||||
$(WINS_CEDET_SUBDIRS)
|
$(WINS_CEDET_SUBDIRS)
|
||||||
|
|
||||||
# Directories to add to subdirs.el
|
# Directories to add to subdirs.el
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue