Package: haml-elisp
Version: 1:3.1.0-3

After this patch, it appears to work fine in emacs25:

diff --git a/debian/haml-elisp.emacsen-install b/debian/haml-elisp.emacsen-install
index b3d88df..11f95d1 100644
--- a/debian/haml-elisp.emacsen-install
+++ b/debian/haml-elisp.emacsen-install
@@ -4,7 +4,7 @@ SRC_FILE="haml-mode.el"
 # Right now only emacs23 and emacs24 are supported. If the future
 # brings support for other emacsen, we can keep this same logic - just
 # update this regex
-SUPPORTED_EMACSEN="^emacs2[34]$"
+SUPPORTED_EMACSEN="^emacs2[345]$"
 FLAVOR="$1"
 
 if echo $FLAVOR | egrep -vq $SUPPORTED_EMACSEN; then
Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4

Reply via email to