aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-03-26 15:09:08 +0000
committerJuanma Barranquero2002-03-26 15:09:08 +0000
commitb036f5d8878cf395cbf0c35f5dd42e7bc2fd3b5f (patch)
treefe8a9624c9bf89525cafcb65de5c0879da3d0b45
parent4aaa36072b4e46a6f366d33cc825a41aa2463940 (diff)
downloademacs-b036f5d8878cf395cbf0c35f5dd42e7bc2fd3b5f.tar.gz
emacs-b036f5d8878cf395cbf0c35f5dd42e7bc2fd3b5f.zip
(WINS): Add the toolbar directory.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/makefile.w32-in3
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 @@
12002-03-26 Juanma Barranquero <lektu@terra.es>
2
3 * makefile.w32-in (WINS): Add the toolbar directory.
4
12002-03-26 Richard M. Stallman <rms@gnu.org> 52002-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
142doit: 143doit:
143 144