From 356e6fbb3102db2e8a5a552862e6206fe6afcd27 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 23 Oct 2015 07:48:29 -0300 Subject: add emacs20 to list of obsolete emacs flavours. I'm not sure if it's really possible to have emacs20 installed on a wheezy or later system, but what the heck. --- emacsen-common/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacsen-common/install') diff --git a/emacsen-common/install b/emacsen-common/install index 9acc3d9..2e11984 100755 --- a/emacsen-common/install +++ b/emacsen-common/install @@ -10,7 +10,7 @@ case $FLAVOR in emacs) exit 0 ;; - emacs2[123]*) + emacs2[0123]*) echo install/${ELPA_DIR}: Skipping obsolete emacs ${FLAVOR} exit 0 ;; -- cgit v1.2.3