aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFrank Fischer <frank.fischer@mathematik.tu-chemnitz.de>2011-10-04 11:24:32 +0200
committerFrank Fischer <frank.fischer@mathematik.tu-chemnitz.de>2011-10-04 11:24:32 +0200
commit525d90a59a330cb37f30a573fb1a241fe34ff33e (patch)
treea83b6c371409847e2cab1234bc6121f342b25797 /Makefile
parentfde8f998e352652c8b64624d1c09475fd9ba4388 (diff)
Make `make indent' indent `evil-tests.el' as well.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 587d6d1..29d2608 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ profiler:
# Loads Evil into memory in order to indent macros properly.
# Also removes trailing whitespace, tabs and extraneous blank lines.
indent: clean
- $(EMACS) --batch ${FILES} -Q -L . $(LIBS) -l evil-tests.el \
+ $(EMACS) --batch ${FILES} evil-tests.el -Q -L . $(LIBS) -l evil-tests.el \
--eval "(dolist (buffer (reverse (buffer-list))) \
(when (buffer-file-name buffer) \
(set-buffer buffer) \