Index: emacs/lisp/gnus/pgg-gpg.el
diff -c emacs/lisp/gnus/pgg-gpg.el:1.2 emacs/lisp/gnus/pgg-gpg.el:1.3
*** emacs/lisp/gnus/pgg-gpg.el:1.2      Sat Sep  4 13:13:43 2004
--- emacs/lisp/gnus/pgg-gpg.el  Mon May 30 17:13:58 2005
***************
*** 252,258 ****
      (when (re-search-forward "^\\[GNUPG:] IMPORT_RES\\>" nil t)
        (setq status (buffer-substring (match-end 0)
                                     (progn (end-of-line)(point)))
!           status (vconcat (mapcar #'string-to-int (split-string status))))
        (erase-buffer)
        (insert (format "Imported %d key(s).
  \tArmor contains %d key(s) [%d bad, %d old].\n"
--- 252,258 ----
      (when (re-search-forward "^\\[GNUPG:] IMPORT_RES\\>" nil t)
        (setq status (buffer-substring (match-end 0)
                                     (progn (end-of-line)(point)))
!           status (vconcat (mapcar #'string-to-number (split-string status))))
        (erase-buffer)
        (insert (format "Imported %d key(s).
  \tArmor contains %d key(s) [%d bad, %d old].\n"


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to