From 1666a6be4c0b05fda90074cb26d20f497bc4925e Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 3 May 1998 14:12:16 +0000 Subject: [PATCH] (flim-modules): Add mailcap. --- FLIM-ELS | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/FLIM-ELS b/FLIM-ELS index d42f9b7..7695f0d 100644 --- a/FLIM-ELS +++ b/FLIM-ELS @@ -1,11 +1,13 @@ ;;; -*-Emacs-Lisp-*- -;;; -;;; $Id: FLIM-ELS,v 1.1 1998-04-13 13:08:14 morioka Exp $ -;;; + +;; FLIM-ELS: list of FLIM modules to install + +;;; Code: (setq flim-modules '(std11 std11-parse mel mel-dl mel-b mel-q mel-u mel-g mime-def eword-decode eword-encode + mailcap )) (if (fboundp 'dynamic-link) -- 1.7.10.4