diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2007-10-29 04:40:11 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2007-10-29 04:40:11 +0000 |
commit | 1693dd10eca32973d29c3c319bc21b40ce97883d (patch) | |
tree | 477bd404a910c6468db2dbeb2d84586cfa386d49 /devel | |
parent | 1d2c6bc40560f03063729f15fc614e3150eeec36 (diff) | |
download | pkgsrc-1693dd10eca32973d29c3c319bc21b40ce97883d.tar.gz |
Sort EMACS_VERSIONS_ACCEPTED.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/python-mode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/python-mode/Makefile b/devel/python-mode/Makefile index 0c34da32109..97a6ad6c0e1 100644 --- a/devel/python-mode/Makefile +++ b/devel/python-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/02/22 19:01:18 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2007/10/29 04:40:11 uebayasi Exp $ # DISTNAME= python-mode-4.54 @@ -14,7 +14,7 @@ COMMENT= Emacs mode for editing python files # Note that XEmacs >=21.4.4 includes a python-mode in the prog-modes # package. Also, python-mode does not appear to work as is with XEmacs 21.1 -EMACS_VERSIONS_ACCEPTED= emacs21 emacs21nox emacs20 +EMACS_VERSIONS_ACCEPTED= emacs22 emacs22nox emacs21 emacs21nox emacs20 WRKSRC= ${WRKDIR} DIST_SUBDIR= python-mode-20041204 |