On Sat, 3 Aug 2013 01:43:28 +0530, Ramkumar Ramachandra <[email protected]> wrote: > 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.
Fair enough, patch withdrawn. Peace -- Pieter -- --- 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.
