From 8e7de8e2281226f98fd0c1bf900f5a4d52ffd44c Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 4 Mar 1997 13:54:17 +0000 Subject: [PATCH] tm-pgp.el was already renamed to mime-pgp.el. --- semi-setup.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) ))) ) -- 1.7.10.4