From 82940446e5a4e339b8517a1533011752c633234b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vegard=20=C3=98ye?= Date: Wed, 30 Mar 2011 11:55:25 +0200 Subject: Let "make indent" remove tabs To use a tab character in the code, write "\t". --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fc192c7..52d6153 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ indent: clean (untabify (point-min) (point-max)) \ (indent-region (point-min) (point-max)) \ (delete-trailing-whitespace) \ +(untabify (point-min) (point-max)) \ (goto-char (point-min)) \ (while (re-search-forward \"\\n\\\\{3,\\\\}\" nil t) \ (replace-match \"\\n\\n\")) \ -- cgit v1.0