diff options
| author | Juanma Barranquero | 2002-08-26 10:21:39 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-08-26 10:21:39 +0000 |
| commit | 1142be39f69e72421533d722a410ac3f2e625dcf (patch) | |
| tree | 486c190d47650f9af44acd0c7cd6b844cf70a368 | |
| parent | 7869ed758ff2f0fe2cc76a1cc05f69255c8a640f (diff) | |
| download | emacs-1142be39f69e72421533d722a410ac3f2e625dcf.tar.gz emacs-1142be39f69e72421533d722a410ac3f2e625dcf.zip | |
(WINS): Add calc and obsolete.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/makefile.w32-in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5788ca2c601..bec3a95bae0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-08-26 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * makefile.w32-in (WINS): Add calc and obsolete. | ||
| 4 | |||
| 1 | 2002-08-25 Miles Bader <miles@gnu.org> | 5 | 2002-08-25 Miles Bader <miles@gnu.org> |
| 2 | 6 | ||
| 3 | * rfn-eshadow.el (file-name-shadow-properties-custom-type): | 7 | * 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`; \ | |||
| 141 | 141 | ||
| 142 | # Have to define the list of subdirs manually when not using sh. | 142 | # Have to define the list of subdirs manually when not using sh. |
| 143 | WINS=\ | 143 | WINS=\ |
| 144 | calc \ | ||
| 144 | calendar \ | 145 | calendar \ |
| 145 | emacs-lisp \ | 146 | emacs-lisp \ |
| 146 | emulation \ | 147 | emulation \ |
| @@ -150,6 +151,7 @@ WINS=\ | |||
| 150 | language \ | 151 | language \ |
| 151 | mail \ | 152 | mail \ |
| 152 | net \ | 153 | net \ |
| 154 | obsolete \ | ||
| 153 | play \ | 155 | play \ |
| 154 | progmodes \ | 156 | progmodes \ |
| 155 | term \ | 157 | term \ |