diff options
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/makefile.w32-in | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a6f3855c9bf..e22b8a04880 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-03-26 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * makefile.w32-in (WINS): Add the toolbar directory. | ||
| 4 | |||
| 1 | 2002-03-26 Richard M. Stallman <rms@gnu.org> | 5 | 2002-03-26 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * subr.el (substring-no-properties): Function deleted (now in C). | 7 | * subr.el (substring-no-properties): Function deleted (now in C). |
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 7ec9d2391fc..5b7ddf58e50 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in | |||
| @@ -137,7 +137,8 @@ WINS=\ | |||
| 137 | play \ | 137 | play \ |
| 138 | progmodes \ | 138 | progmodes \ |
| 139 | term \ | 139 | term \ |
| 140 | textmodes | 140 | textmodes \ |
| 141 | toolbar | ||
| 141 | 142 | ||
| 142 | doit: | 143 | doit: |
| 143 | 144 | ||