From d12ad7bf5e753eb63a9e65e462113b0a12d7ef57 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 2 Sep 1996 15:56:42 +0000 Subject: [PATCH] latex-math-symbol.el was moved from tl package. --- MU-ELS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/MU-ELS b/MU-ELS index 940ee28..1cf8d0b 100644 --- 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") -- 1.7.10.4