From: Juanma Barranquero Date: Mon, 26 Aug 2002 10:21:39 +0000 (+0000) Subject: (WINS): Add calc and obsolete. X-Git-Tag: ttn-vms-21-2-B4~13561 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1142be39f69e72421533d722a410ac3f2e625dcf;p=emacs.git (WINS): Add calc and obsolete. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5788ca2c601..bec3a95bae0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-08-26 Juanma Barranquero + + * makefile.w32-in (WINS): Add calc and obsolete. + 2002-08-25 Miles Bader * rfn-eshadow.el (file-name-shadow-properties-custom-type): diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 3cfe43e4936..7583407f997 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -141,6 +141,7 @@ setwins=subdirs=`find $$wd -type d -print`; \ # Have to define the list of subdirs manually when not using sh. WINS=\ + calc \ calendar \ emacs-lisp \ emulation \ @@ -150,6 +151,7 @@ WINS=\ language \ mail \ net \ + obsolete \ play \ progmodes \ term \