branch: elpa/idris-mode commit f54e7282f545b7cc98b1e90d326efeea87c59fbb Author: Marek L <nospam.ke...@gmail.com> Commit: Marek L <nospam.ke...@gmail.com>
Add missing lexical binding directives --- idris-simple-indent.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idris-simple-indent.el b/idris-simple-indent.el index 0bdb54091aa..e39d6a2805a 100644 --- a/idris-simple-indent.el +++ b/idris-simple-indent.el @@ -1,4 +1,4 @@ -;;; idris-simple-indent.el --- Simple indentation module for Idris Mode +;;; idris-simple-indent.el --- Simple indentation module for Idris Mode -*- lexical-binding: t -*- ;; Copyright (C) 1998 Heribert Schuetz, Graeme E Moss