Mercurial > emacs
view test/indent/Makefile @ 111025:54ea07fb88fc
(emacs_gnutls_read): Return 0 if we get a non-"EAGAIN"-like error to signal to Emacs that the socket should be closed.
author | Lars Magne Ingebrigtsen <larsi@gnus.org> |
---|---|
date | Mon, 18 Oct 2010 22:32:54 +0200 |
parents | 6939db1ee97b |
children |
line wrap: on
line source
RM=rm EMACS=emacs clean: -$(RM) *.test # TODO: # - mark the places where the indentation is known to be incorrect, # and allow either ignoring those errors or not. %.test: % -$(RM) $<.new $(EMACS) --batch $< \ --eval '(indent-region (point-min) (point-max) nil)' \ --eval '(write-region (point-min) (point-max) "$<.new")' diff -u -B $< $<.new