summaryrefslogtreecommitdiff
path: root/emacsen-common
diff options
context:
space:
mode:
Diffstat (limited to 'emacsen-common')
-rw-r--r--emacsen-common/compat2
-rwxr-xr-xemacsen-common/install3
-rwxr-xr-xemacsen-common/remove7
3 files changed, 3 insertions, 9 deletions
diff --git a/emacsen-common/compat b/emacsen-common/compat
index 0cfbf08..573541a 100644
--- a/emacsen-common/compat
+++ b/emacsen-common/compat
@@ -1 +1 @@
-2
+0
diff --git a/emacsen-common/install b/emacsen-common/install
index 2e11984..2d29e75 100755
--- a/emacsen-common/install
+++ b/emacsen-common/install
@@ -7,9 +7,6 @@ ELPA_DIR=#ELPAPACKAGE#-#ELPAVERSION#
FLAVOR=$1
case $FLAVOR in
- emacs)
- exit 0
- ;;
emacs2[0123]*)
echo install/${ELPA_DIR}: Skipping obsolete emacs ${FLAVOR}
exit 0
diff --git a/emacsen-common/remove b/emacsen-common/remove
index 56ba5b6..01a7741 100755
--- a/emacsen-common/remove
+++ b/emacsen-common/remove
@@ -10,15 +10,12 @@ elc_dir="${elpa_root}/${ELPA_DIR}"
FLAVOR=$1
case $FLAVOR in
- emacs)
- exit 0
- ;;
emacs2[0123]*)
- echo remove/${ELPA_DIR}: Skipping obsolete emacs ${FLAVOUR}
+ echo remove/${ELPA_DIR}: Skipping obsolete emacs ${FLAVOR}
exit 0
;;
xemacs*)
- echo remove/${ELPA_DIR}: Skipping unsupported emacs ${FLAVOUR}
+ echo remove/${ELPA_DIR}: Skipping unsupported emacs ${FLAVOR}
exit 0
;;
*)