tm-pgp.el was already renamed to mime-pgp.el.
authormorioka <morioka>
Tue, 4 Mar 1997 13:54:17 +0000 (13:54 +0000)
committermorioka <morioka>
Tue, 4 Mar 1997 13:54:17 +0000 (13:54 +0000)
semi-setup.el

index e870bb2..0c9524b 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: semi-setup.el,v 0.8 1997-02-28 04:58:24 tmorioka Exp $
+;; Version: $Id: semi-setup.el,v 0.9 1997-03-04 13:54:17 morioka Exp $
 ;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
 
 (defvar mime-setup-enable-pgp
   (module-installed-p 'mailcrypt)
-  "*If it is non-nil, semi-setup sets uf to use tm-pgp.")
+  "*If it is non-nil, semi-setup sets uf to use mime-pgp.")
 
 ;; for PGP
 (if mime-setup-enable-pgp
     (call-after-loaded 'mime-view
                       (function
                        (lambda ()
-                         (require 'tm-pgp)
+                         (require 'mime-pgp)
                          )))
   )