* mime-edit.el (mime-edit-insert-key): Insert a text tag when
authorueno <ueno>
Fri, 9 Jun 2000 09:46:47 +0000 (09:46 +0000)
committerueno <ueno>
Fri, 9 Jun 2000 09:46:47 +0000 (09:46 +0000)
the buffer has any trailing text.

ChangeLog
mime-edit.el

index 79b22e4..fd4c5ce 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-09   Daiki Ueno  <ueno@unixuser.org>
+
+       * mime-edit.el (mime-edit-insert-key): Insert a text tag when
+       the buffer has any trailing text.
+
 2000-06-05  Shugo Maeda <shugo@ruby-lang.org>
 
        * pgg-gpg.el (pgg-scheme-insert-key): Don't quote user id.
index bf2b552..19065df 100644 (file)
@@ -2464,7 +2464,9 @@ and insert data encoded as ENCODING."
   (mime-edit-insert-tag "application" "pgp-keys")
   (mime-edit-define-encoding "7bit")
   (pgg-insert-key)
-  )
+  (if (and (not (eobp))
+          (not (looking-at mime-edit-single-part-tag-regexp)))
+      (insert (mime-make-text-tag) "\n")))
 
 
 ;;; @ flag setting