diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2005-11-02 13:34:58 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2005-11-02 13:34:58 +0000 |
commit | 2ab1f4ed47540d7867c0e764494a9b481bdc7928 (patch) | |
tree | 4c60526a6bd831db8b8a79063c1a36c56d2a8f3c /lang/Makefile | |
parent | Update to 0.5.4 (diff) |
Add new port for python-mode.el.
Emacs lisp modules for the Python language.
PR: 87314
Submitted by: Dario Freni <saturnero@guri.org>
WWW: http://python-mode.sourceforge.net/
Notes
Notes:
svn path=/head/; revision=147020
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 1d0ff6db8a3b..dcfb1c1607a4 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -217,6 +217,7 @@ SUBDIR += python-doc-pdf-letter SUBDIR += python-doc-postscript-a4 SUBDIR += python-doc-postscript-letter + SUBDIR += python-mode.el SUBDIR += python21 SUBDIR += python22 SUBDIR += python23 |