Excerpts from Tomi Ollila's message of 2011-10-25 10:17:20 +0200:
> On Tue 25 Oct 2011 11:11, Amadeusz Żołnowski <aidecoe@aidecoe.name> writes:
>
> > Excerpts from Thomas Jost's message of 2011-10-25 09:12:44 +0200:
> >> However there is something annoying in the commit:
> >>
> >> +# The directory to which emacs lisp files should be installed
> >> +emacsetcdir=${EMACSETCDIR}
> >>
> >> $EMACSETCDIR is not for emacs lisp files (that's what $EMACSLISPDIR is
> >> for), so this line needs be fixed.
> >
> > Ups. :-) Just fixed with patch sent moment ago.
>
> And managed to write comment with line length more than 80 chars ;/
Hm, where? You mean comment below? Line ends with printable char at
79. 80 is \n.
# The directory to which emacs miscellaneous (machine-independent) files should
# be installed
--
Amadeusz Żołnowski