From c1f05d6e501b0f8cf833b4dfe33bb8e8ba545b3d Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 19 Jul 1999 13:10:44 +0000 Subject: [PATCH] (mu-modules-to-compile): Add `mu-register'. Remove RCS magic cookie. --- 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