X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-setup.el;h=dae2871f0b6feb3dcaa640f1d46185dc78d875df;hb=6cdd23520b8ddc69f9e7cacfa08b852f79cc737f;hp=e5333752e3b0a2b7fd29c90cb00aa4aaf1f7dabb;hpb=89ab62d18b1be4e948a4c65f5255388d9ad31de5;p=elisp%2Fsemi.git diff --git a/mime-setup.el b/mime-setup.el index e533375..dae2871 100644 --- a/mime-setup.el +++ b/mime-setup.el @@ -1,13 +1,11 @@ ;;; mime-setup.el --- setup file for MIME viewer and composer. -;; Copyright (C) 1995,1996,1997 Free Software Foundation, Inc. +;; Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; Version: -;; $Id: mime-setup.el,v 0.11 1997-03-14 08:46:50 morioka Exp $ ;; Keywords: MIME, multimedia, multilingual, mail, news -;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). +;; This file is part of SEMI (Setting for Emacs MIME Interfaces). ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU General Public License as @@ -28,12 +26,12 @@ (load "mail-mime-setup") -(condition-case err +(condition-case nil (load "gnus-mime-setup") (error (message "gnus-mime-setup is not found.")) ) -(condition-case err +(condition-case nil (load "emh-setup") (error (message "emh-setup is not found.")) )