summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-06-11 11:16:22 +0200
committerUlrich Müller <ulm@gentoo.org>2014-06-11 11:16:22 +0200
commitf88edb9ae964ded03304698cb8e39041fbc9a311 (patch)
treedcfc31d5e920f7b5cec652f9074cb4b0af05dca2 /eclass/elisp-common.eclass
parentRemove redundant NEED_EMACS assignment. (diff)
downloademacs-f88edb9ae964ded03304698cb8e39041fbc9a311.tar.gz
emacs-f88edb9ae964ded03304698cb8e39041fbc9a311.tar.bz2
emacs-f88edb9ae964ded03304698cb8e39041fbc9a311.zip
elisp-common.eclass: Update version number in example.
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r--eclass/elisp-common.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index bc8cda7..14d99ee 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -30,15 +30,15 @@
# to your DEPEND/RDEPEND line and use the functions provided here to
# bring the files to the correct locations.
#
-# If your package requires a minimum Emacs version, e.g. Emacs 23, then
-# the dependency should be on >=virtual/emacs-23 instead. Because the
+# If your package requires a minimum Emacs version, e.g. Emacs 24, then
+# the dependency should be on >=virtual/emacs-24 instead. Because the
# user can select the Emacs executable with eselect, you should also
# make sure that the active Emacs version is sufficient. This can be
# tested with function elisp-need-emacs(), which would typically be
# called from pkg_setup(), as in the following example:
#
# @CODE
-# elisp-need-emacs 23 || die "Emacs version too low"
+# elisp-need-emacs 24 || die "Emacs version too low"
# @CODE
#
# Please note that such tests should be limited to packages that are