summaryrefslogtreecommitdiff
path: root/debian/emacsen-install
diff options
context:
space:
mode:
Diffstat (limited to 'debian/emacsen-install')
-rw-r--r--debian/emacsen-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/emacsen-install b/debian/emacsen-install
index 34eb5fc..6b00d3e 100644
--- a/debian/emacsen-install
+++ b/debian/emacsen-install
@@ -13,6 +13,7 @@ LOG=$(tempfile -pelc_ -s.log -m644)
case ${FLAVOR} in
emacs) exit 0 ;; # generic emacs package
emacs21) exit 0 ;; # not supported anymore as of 6.26a-3
+ emacs22) exit 0 ;; # not supported anymore as of 8.x
xemacs*) exit 0 ;; # not supported anymore as of 7.x
esac