emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rainbow-delimiters 039e9345c5 136/188: Document why there'


From: ELPA Syncer
Subject: [nongnu] elpa/rainbow-delimiters 039e9345c5 136/188: Document why there's no Emacs 24 requirement.
Date: Sat, 1 Jan 2022 00:58:59 -0500 (EST)

branch: elpa/rainbow-delimiters
commit 039e9345c599bbfce9cea2c6567f776af358e820
Author: Fanael Linithien <fanael4@gmail.com>
Commit: Fanael Linithien <fanael4@gmail.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]