branch: elpa/highlight-parentheses commit e18f2c2b240d7586ff7ffdc2881079e2dd8944ca Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Declare cl-lib dependency; update Compatibility --- highlight-parentheses.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/highlight-parentheses.el b/highlight-parentheses.el index 232ea27..a0e5502 100644 --- a/highlight-parentheses.el +++ b/highlight-parentheses.el @@ -9,8 +9,8 @@ ;; Keywords: faces, matching ;; URL: https://github.com/tsdh/highlight-parentheses.el ;; http://nschum.de/src/emacs/highlight-parentheses/ (old website) -;; Package-Requires: ((emacs "24.3")) -;; Compatibility: GNU Emacs 24.x, GNU Emacs 25.x, GNU Emacs 26.x +;; Package-Requires: ((emacs "24.3") (cl-lib "0.6.1")) +;; Compatibility: GNU Emacs 24.3, GNU Emacs 25.x, GNU Emacs 26.x, Emacs 27.x ;; ;; This file is NOT part of GNU Emacs. ;;