update.
[elisp/semi.git] / mime-setup.el
index e533375..29050d2 100644 (file)
@@ -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 <morioka@jaist.ac.jp>
-;; 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
 
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
-;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-;; Boston, MA 02111-1307, USA.
+;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
 
 ;;; Code:
 
 (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."))
   )