[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] Add various style files
From: |
Arash Esbati |
Subject: |
Re: [AUCTeX-devel] Add various style files |
Date: |
Mon, 3 Nov 2014 19:34:08 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Hi Tassilo,
Tassilo Horn <tsdh <at> gnu.org> writes:
> Thank you, I've committed the patch.
Thank you. I just found a typo, could you please apply this as well? My
apologies for this.
diff --git a/Makefile.in b/Makefile.in
index 201caa8..15b130f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -138,7 +138,7 @@ STYLESRC = style/prosper.el \
style/exercise.el style/plext.el style/cleveref.el \
style/eso-pic.el style/fontaxes.el style/AnonymousPro.el \
style/mdsymbol.el style/MyriadPro.el style/textcomp.el \
- style/XCharter.el style/zlmtt
+ style/XCharter.el style/zlmtt.el
STYLEELC = $(STYLESRC:.el=.elc)
CLEANFILES = $(AUCELC) $(STYLEELC) $(MULEELC)
> In the future, you might want to
> do `M-x whitespace-cleanup RET' in new files, and `M-x
> whitespace-cleanup-region RET' on the regions you've changed in existing
> files.
Will do.
Best, Arash