emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 01/01: * auctex.el: Compile files in style subdir.


From: Stefan Monnier
Subject: [elpa] 01/01: * auctex.el: Compile files in style subdir.
Date: Sun, 02 Nov 2014 03:16:14 +0000

monnier pushed a commit to branch externals/auctex
in repository elpa.

commit ff3a10a7d8af5e0da1f4f179f22c4686bdcf5551
Author: Stefan Monnier <address@hidden>
Date:   Sat Nov 1 23:16:09 2014 -0400

    * auctex.el: Compile files in style subdir.
---
 auctex.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/auctex.el b/auctex.el
index 4b4e73b..815bc10 100644
--- a/auctex.el
+++ b/auctex.el
@@ -28,6 +28,9 @@
 
 ;;; Code:
 
+(eval-when-compile
+  (byte-recompile-directory "style/" 0))
+
 (autoload 'TeX-load-hack
   (expand-file-name "tex-site.el"
                     (file-name-directory load-file-name)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]