summaryrefslogtreecommitdiff
path: root/emacsen-common
diff options
context:
space:
mode:
Diffstat (limited to 'emacsen-common')
-rwxr-xr-xemacsen-common/install2
-rwxr-xr-xemacsen-common/remove2
2 files changed, 2 insertions, 2 deletions
diff --git a/emacsen-common/install b/emacsen-common/install
index fe59dcb..9acc3d9 100755
--- a/emacsen-common/install
+++ b/emacsen-common/install
@@ -10,7 +10,7 @@ case $FLAVOR in
emacs)
exit 0
;;
- emacs23*)
+ emacs2[123]*)
echo install/${ELPA_DIR}: Skipping obsolete emacs ${FLAVOR}
exit 0
;;
diff --git a/emacsen-common/remove b/emacsen-common/remove
index 89109fa..391f21e 100755
--- a/emacsen-common/remove
+++ b/emacsen-common/remove
@@ -13,7 +13,7 @@ case $FLAVOR in
emacs)
exit 0
;;
- emacs23)
+ emacs2[123]*)
echo remove/${ELPA_DIR}: Skipping obsolete emacs ${FLAVOUR}
exit 0
;;