[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/relint 3885977 03/12: Adjust package header
From: |
Mattias Engdegård |
Subject: |
[elpa] externals/relint 3885977 03/12: Adjust package header |
Date: |
Thu, 30 Jan 2020 10:53:39 -0500 (EST) |
branch: externals/relint
commit 38859774fc22745a7325b56d9d992a37d12c4b40
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>
Adjust package header
Require Emacs 25.1, which is probably sufficient (not tested though).
---
relint.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/relint.el b/relint.el
index 346e295..90c38e8 100644
--- a/relint.el
+++ b/relint.el
@@ -4,9 +4,9 @@
;; Author: Mattias Engdegård <address@hidden>
;; Version: 1.12
-;; Package-Requires: ((xr "1.14"))
+;; Package-Requires: ((xr "1.14") (emacs "25.1"))
;; URL: https://github.com/mattiase/relint
-;; Keywords: lisp, maint, regexps
+;; Keywords: lisp, regexps
;; 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
- [elpa] externals/relint updated (5c6079b -> 3315f03), Mattias Engdegård, 2020/01/30
- [elpa] externals/relint 1103f5c 01/12: Suppress error summary in noninteractive mode if no errors (bug #6), Mattias Engdegård, 2020/01/30
- [elpa] externals/relint 3885977 03/12: Adjust package header,
Mattias Engdegård <=
- [elpa] externals/relint f5bbfdb 02/12: Describe exit status in relint-batch doc string, Mattias Engdegård, 2020/01/30
- [elpa] externals/relint 2ebd33d 04/12: Disable tests requiring Emacs 27 for the time being (bug #7), Mattias Engdegård, 2020/01/30
- [elpa] externals/relint 800f5cc 06/12: Scan function/macro doc strings for hints to regexp arguments, Mattias Engdegård, 2020/01/30
- [elpa] externals/relint ff06875 09/12: Scan mutation and binding of certain known regexp variables, Mattias Engdegård, 2020/01/30
- [elpa] externals/relint dcb474b 10/12: Detect user-defined regexp-returning functions, Mattias Engdegård, 2020/01/30
- [elpa] externals/relint ccfc9e0 08/12: Scan all variables whose name contain '-font-lock-keywords', Mattias Engdegård, 2020/01/30
- [elpa] externals/relint 32dbad1 07/12: Scan arguments to syntax-propertize-{precompile-}rules, Mattias Engdegård, 2020/01/30
- [elpa] externals/relint 641cf71 05/12: Require Emacs 26.1 (for mapcan), Mattias Engdegård, 2020/01/30
- [elpa] externals/relint 5b684ea 11/12: Require xr 1.15, Mattias Engdegård, 2020/01/30
- [elpa] externals/relint 3315f03 12/12: Increment version to 1.13, Mattias Engdegård, 2020/01/30