aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-10-17 14:28:44 +0000
committerChong Yidong2009-10-17 14:28:44 +0000
commita1eb44f5b12377716aea1533844e4d54c486b61b (patch)
tree2a11f431af76cd5e7069b05d2cc1574827fc9c58
parent4418646e99e56399b94a3dc8ad7c46f9921c0254 (diff)
downloademacs-a1eb44f5b12377716aea1533844e4d54c486b61b.tar.gz
emacs-a1eb44f5b12377716aea1533844e4d54c486b61b.zip
* Makefile.in (ELCFILES): Add ede/shell.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 32847c7059c..cf31d0c6d85 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-10-17 Chong Yidong <cyd@stupidchicken.com>
2
3 * Makefile.in (ELCFILES): Add ede/shell.
4
12009-10-17 Dan Nicolaescu <dann@ics.uci.edu> 52009-10-17 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * term/common-win.el (x-colors): Purecopy it. 7 * term/common-win.el (x-colors): Purecopy it.
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index 3674385c51c..1d3f680b857 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -331,6 +331,7 @@ ELCFILES = \
331 $(lisp)/cedet/ede/proj-shared.elc \ 331 $(lisp)/cedet/ede/proj-shared.elc \
332 $(lisp)/cedet/ede/proj.elc \ 332 $(lisp)/cedet/ede/proj.elc \
333 $(lisp)/cedet/ede/project-am.elc \ 333 $(lisp)/cedet/ede/project-am.elc \
334 $(lisp)/cedet/ede/shell.elc \
334 $(lisp)/cedet/ede/simple.elc \ 335 $(lisp)/cedet/ede/simple.elc \
335 $(lisp)/cedet/ede/source.elc \ 336 $(lisp)/cedet/ede/source.elc \
336 $(lisp)/cedet/ede/speedbar.elc \ 337 $(lisp)/cedet/ede/speedbar.elc \