From a0adc83316df21324af9c809af37bd714d8b47e1 Mon Sep 17 00:00:00 2001 From: morioka Date: Mon, 19 Jul 1999 10:51:32 +0000 Subject: [PATCH] - Remove RCS magic cookie. (mu-modules-to-compile): Add `mu-register'. --- MU-ELS | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/MU-ELS b/MU-ELS index 541edbf..f137a75 100644 --- a/MU-ELS +++ b/MU-ELS @@ -1,9 +1,10 @@ ;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: MU-ELS,v 1.1 1998-02-13 10:15:19 morioka Exp $ -;;; -(setq mu-modules-to-compile '(mu-cite)) +;; MU-ELS: list of mu-cite modules to install + +;;; Code: + +(setq mu-modules-to-compile '(mu-cite mu-register)) (if (featurep 'mule) (setq mu-modules-to-compile -- 1.7.10.4