From d6107b2c8ee063fa6252853385e617cac37f4ee5 Mon Sep 17 00:00:00 2001 From: condy Date: Wed, 5 May 2021 23:07:38 +0800 Subject: [PATCH] Makefile: use tabs instead [NFC] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf5f709..2efe35e 100755 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ lint: --eval "(advice-add 'package-lint--check-version-regexp-list :around 'ignore)" \ --eval "(advice-add 'package-lint--check-symbol-separators :around 'ignore)" \ --eval "(advice-add 'package-lint--check-defs-prefix :around 'ignore)" \ - --eval "(advice-add 'package-lint--check-provide-form :around 'ignore)" \ + --eval "(advice-add 'package-lint--check-provide-form :around 'ignore)" \ -f package-lint-batch-and-exit *.el modes/*/*.el test: elpa