branch: elpa/rainbow-delimiters
commit 039e9345c599bbfce9cea2c6567f776af358e820
Author: Fanael Linithien <[email protected]>
Commit: Fanael Linithien <[email protected]>
Document why there's no Emacs 24 requirement.
---
rainbow-delimiters.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/rainbow-delimiters.el b/rainbow-delimiters.el
index f2aa4b72d2..208c43505a 100644
--- a/rainbow-delimiters.el
+++ b/rainbow-delimiters.el
@@ -11,6 +11,10 @@
;; Keywords: faces, convenience, lisp, tools
;; Homepage: https://github.com/Fanael/rainbow-delimiters
+;; Note: despite `lexical-binding', there's no Emacs 24 dependency.
+;; This is merely an optimization for Emacs 24+, the code is supposed to work
+;; with *both* dynamic and lexical binding.
+
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or