From: morioka Date: Mon, 2 Sep 1996 15:56:42 +0000 (+0000) Subject: latex-math-symbol.el was moved from tl package. X-Git-Tag: XEmacs-20_3-b27-viet~25 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d12ad7bf5e753eb63a9e65e462113b0a12d7ef57;p=elisp%2Fmu-cite.git latex-math-symbol.el was moved from tl package. --- 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")