diff options
Diffstat (limited to 'lisp/obsolete/pgg-pgp.el')
-rw-r--r-- | lisp/obsolete/pgg-pgp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/pgg-pgp.el b/lisp/obsolete/pgg-pgp.el index ee7af04c447..af2d7a8e39f 100644 --- a/lisp/obsolete/pgg-pgp.el +++ b/lisp/obsolete/pgg-pgp.el @@ -99,7 +99,7 @@ Bourne shell or its equivalent \(not tcsh) is needed for \"2>\"." (pgg-convert-lbt-region (point-min)(point-max) 'LF) (if (memq status '(stop signal)) - (error "%s exited abnormally: ā%sā" program exit-status)) + (error "%s exited abnormally: `%s'" program exit-status)) (if (= 127 exit-status) (error "%s could not be found" program)) |