Synch to Oort Gnus.
authoryamaoka <yamaoka>
Thu, 6 Mar 2003 09:59:29 +0000 (09:59 +0000)
committeryamaoka <yamaoka>
Thu, 6 Mar 2003 09:59:29 +0000 (09:59 +0000)
lisp/ChangeLog
lisp/mm-uu.el

index 1205424..873a26f 100644 (file)
@@ -1,3 +1,7 @@
+2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
+
 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
index e2f8646..df5566c 100644 (file)
@@ -361,7 +361,7 @@ Return that buffer."
     ((eq mm-decrypt-option 'never) nil)
     ((eq mm-decrypt-option 'always) t)
     ((eq mm-decrypt-option 'known) t)
-    (t (y-or-n-p "Decrypt pgp encrypted part?")))))
+    (t (y-or-n-p "Decrypt pgp encrypted part? ")))))
 
 (defun mm-uu-pgp-encrypted-extract-1 (handles ctl)
   (let ((buf (mm-uu-copy-to-buffer (point-min) (point-max))))