X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fpgg-gpg.el;h=8718f44f0a1917919c961a4922e9798a3629bbd8;hb=b61b4fc5a3d1866e5f170e94f0b07237c7761883;hp=b34cbdfdc78b9fe9de1fd0d6892eb65b66f342f1;hpb=5fdebdc52fef503b8e025f295c09ec557e1f5add;p=gnus diff --git a/lisp/pgg-gpg.el b/lisp/pgg-gpg.el index b34cbdfdc..8718f44f0 100644 --- a/lisp/pgg-gpg.el +++ b/lisp/pgg-gpg.el @@ -1,6 +1,6 @@ ;;; pgg-gpg.el --- GnuPG support for PGG. -;; Copyright (C) 1999,2000 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc. ;; Author: Daiki Ueno ;; Created: 1999/10/28 @@ -83,7 +83,8 @@ (insert-file-contents output-file-name))) (set-buffer errors-buffer) (if (not (equal exit-status 0)) - (error "%s exited abnormally: '%s'" program exit-status)))) + (insert (format "\n%s exited abnormally: '%s'\n" + program exit-status))))) (if (file-exists-p output-file-name) (delete-file output-file-name)) (set-default-file-modes orig-mode))))