Pieter Praet wrote: > diff --git a/Makefile b/Makefile > index b50db6a..b053620 100644 > --- a/Makefile > +++ b/Makefile > @@ -31,8 +31,8 @@ INSTALL_INFO ?= install-info > > EMACS ?= emacs > EFLAGS ?= > -BATCH = $(EMACS) $(EFLAGS) -batch -Q -L . > -BATCHC = $(BATCH) -f batch-byte-compile > +BATCH = $(EMACS) $(EFLAGS) --batch --quick --directory="." > +BATCHC = $(BATCH) --funcall="batch-byte-compile"
I really don't see the point of this. People are generally more familiar with -Q, -L, -f, so we use them. -- --- You received this message because you are subscribed to the Google Groups "magit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
