]> code.delx.au - gnu-emacs/blobdiff - lisp/obsolete/pgg-pgp5.el
Go back to grave quoting in source-code docstrings etc.
[gnu-emacs] / lisp / obsolete / pgg-pgp5.el
index d87c6fd902030b1cedffd33308f9270de64ab086..bbc08c48348018ccdd7a98aa500094c2d5a190c3 100644 (file)
@@ -115,7 +115,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))