diff options
| author | Chong Yidong | 2009-10-17 14:28:44 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-10-17 14:28:44 +0000 |
| commit | a1eb44f5b12377716aea1533844e4d54c486b61b (patch) | |
| tree | 2a11f431af76cd5e7069b05d2cc1574827fc9c58 | |
| parent | 4418646e99e56399b94a3dc8ad7c46f9921c0254 (diff) | |
| download | emacs-a1eb44f5b12377716aea1533844e4d54c486b61b.tar.gz emacs-a1eb44f5b12377716aea1533844e4d54c486b61b.zip | |
* Makefile.in (ELCFILES): Add ede/shell.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/Makefile.in | 1 |
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 @@ | |||
| 1 | 2009-10-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * Makefile.in (ELCFILES): Add ede/shell. | ||
| 4 | |||
| 1 | 2009-10-17 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2009-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 \ |