1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

* Makefile.in (ELCFILES): Add wisent/python-wy.el and wisent/python.el.

This commit is contained in:
Chong Yidong 2010-01-09 19:39:05 -05:00
parent 52bee098ba
commit a069f06729
2 changed files with 5 additions and 0 deletions

View File

@ -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:

View File

@ -419,6 +419,8 @@ ELCFILES = \
$(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 \