From: morioka Date: Tue, 4 Mar 1997 13:54:17 +0000 (+0000) Subject: tm-pgp.el was already renamed to mime-pgp.el. X-Git-Tag: Hokutetsu-Ishikawa-new~181 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8e7de8e2281226f98fd0c1bf900f5a4d52ffd44c;p=elisp%2Fsemi.git tm-pgp.el was already renamed to mime-pgp.el. --- diff --git a/semi-setup.el b/semi-setup.el index e870bb2..0c9524b 100644 --- a/semi-setup.el +++ b/semi-setup.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; 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). @@ -85,14 +85,14 @@ (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) ))) )