branch: elpa/devil
commit ea716bc0ae760a44ee0ae3a91d990e762df99802
Author: Susam Pal <[email protected]>
Commit: Susam Pal <[email protected]>
Update regex in Makefile to ensure checks pass
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index a53562ca32..d4b048c378 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ checks: tests test-sentence-ends
test-sentence-ends:
errors=$$(grep -n '[^0-9]\. [^ lswxz.,"(]' MANUAL.org); echo
"$$errors"; [ -z "$$errors" ]
errors=$$(grep -n '\. [^ a]' README.org CHANGES.org LICENSE.org); echo
"$$errors"; [ -z "$$errors" ]
- errors=$$(grep -n '\. [^ ]' *.el); echo "$$errors"; [ -z "$$errors" ]
+ errors=$$(grep -n '\. [^ m]' *.el); echo "$$errors"; [ -z "$$errors" ]
errors=$$(grep -n '[?!] [^ ]' *.org *.el); echo "$$errors"; [ -z
"$$errors" ]
tests: