emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/pgg-gpg.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/pgg-gpg.el
Date: Mon, 30 May 2005 13:14:04 -0400

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"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]