branch: elpa/rainbow-delimiters
commit 845e681fae7b825be9fae896645087facd5d9e10
Author: Fanael Linithien <[email protected]>
Commit: Fanael Linithien <[email protected]>
Use lexical-binding.
Important note: this is a *performance optimization only*, yielding
a very easy 10%-15% gain. The code is supposed to work with *both*
dynamic and lexical binding.
---
rainbow-delimiters.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rainbow-delimiters.el b/rainbow-delimiters.el
index e2c160829b..f2aa4b72d2 100644
--- a/rainbow-delimiters.el
+++ b/rainbow-delimiters.el
@@ -1,4 +1,4 @@
-;;; rainbow-delimiters.el --- Highlight nested parens, brackets, braces a
different color at each depth.
+;;; rainbow-delimiters.el --- Highlight nested parens, brackets, braces a
different color at each depth. -*- lexical-binding: t -*-
;; Copyright (C)
;; 2010-2013 Jeremy Rayman