latex-math-symbol.el was moved from tl package.
authormorioka <morioka>
Mon, 2 Sep 1996 15:56:42 +0000 (15:56 +0000)
committermorioka <morioka>
Mon, 2 Sep 1996 15:56:42 +0000 (15:56 +0000)
MU-ELS

diff --git a/MU-ELS b/MU-ELS
index 940ee28..1cf8d0b 100644 (file)
--- a/MU-ELS
+++ b/MU-ELS
@@ -1,10 +1,16 @@
 ;;; -*-Emacs-Lisp-*-
 ;;;
-;;; $Id: MU-ELS,v 0.1 1996-09-02 15:50:53 morioka Exp $
+;;; $Id: MU-ELS,v 0.2 1996-09-02 15:56:42 morioka Exp $
 ;;;
 
 (setq mu-modules-to-compile '(std11 std11-parse tl-822 mu-cite))
 
+(if (featurep 'mule)
+    (setq mu-modules-to-compile
+         (cons 'latex-math-symbol
+               mu-modules-to-compile))
+  )
+
 (setq mu-modules-not-to-compile nil)
 
 (if (file-installed-p "bbdb.el")