Mercurial > emacs
changeset 106784:07693e3d04c6
* Makefile.in (ELCFILES): Add wisent/python-wy.el and wisent/python.el.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 09 Jan 2010 19:39:05 -0500 |
parents | fc2b73c71e0f |
children | a32698d5bb0c |
files | lisp/ChangeLog lisp/Makefile.in |
diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jan 09 19:38:07 2010 -0500 +++ b/lisp/ChangeLog Sat Jan 09 19:39:05 2010 -0500 @@ -3,6 +3,9 @@ * cedet/semantic.el (semantic-new-buffer-setup-functions): Add python parser. + * Makefile.in (ELCFILES): Add wisent/python-wy.el and + wisent/python.el. + 2010-01-10 Richard Kim <emacs18@gmail.com> * cedet/semantic/wisent/python-wy.el:
--- a/lisp/Makefile.in Sat Jan 09 19:38:07 2010 -0500 +++ b/lisp/Makefile.in Sat Jan 09 19:39:05 2010 -0500 @@ -419,6 +419,8 @@ $(lisp)/cedet/semantic/wisent/javascript.elc \ $(lisp)/cedet/semantic/wisent/javat-wy.elc \ $(lisp)/cedet/semantic/wisent/js-wy.elc \ + $(lisp)/cedet/semantic/wisent/python-wy.elc \ + $(lisp)/cedet/semantic/wisent/python.elc \ $(lisp)/cedet/semantic/wisent/wisent.elc \ $(lisp)/cedet/srecode.elc \ $(lisp)/cedet/srecode/args.elc \