summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorminskim <minskim>2009-08-05 06:53:29 +0000
committerminskim <minskim>2009-08-05 06:53:29 +0000
commit395034ba3db3665cb5b87a40fef371bd15e1d012 (patch)
treebe6db6f1056b4d24d9a158935b49b607e929067c /editors
parent8a5638b73a4a4fbb5463132426e36ee408cb0b09 (diff)
downloadpkgsrc-395034ba3db3665cb5b87a40fef371bd15e1d012.tar.gz
"23" is a valid value for EMACS_VERSION_MAJOR.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/modules.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/modules.mk b/editors/emacs/modules.mk
index 2c870622d86..5059336e16f 100644
--- a/editors/emacs/modules.mk
+++ b/editors/emacs/modules.mk
@@ -1,4 +1,4 @@
-# $NetBSD: modules.mk,v 1.6 2009/06/06 05:06:12 minskim Exp $
+# $NetBSD: modules.mk,v 1.7 2009/08/05 06:53:29 minskim Exp $
#
# This Makefile fragment handles Emacs Lisp Packages (== ELPs).
#
@@ -131,7 +131,7 @@
# Description:
# Emacs major version.
# Possible values:
-# 20, 21, 22, <integers more than that in the future>
+# 20, 21, 22, 23, <integers more than that in the future>
#
# EMACS_VERSION_MINOR
# Description: