Makefile: use tabs instead [NFC]

This commit is contained in:
condy 2021-05-05 23:07:38 +08:00
parent 382defd44d
commit d6107b2c8e
1 changed files with 1 additions and 1 deletions

View File

@ -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