# HG changeset patch # User Daiki Ueno # Date 1241329568 0 # Node ID 55823cc572a63151ff586fa5f874afb9e54707d5 # Parent 61c93763581b0cb002cc2bc1afa05115181b3751 (epa--read-signature-type): Fix typo. diff -r 61c93763581b -r 55823cc572a6 lisp/ChangeLog --- a/lisp/ChangeLog Sat May 02 23:44:00 2009 +0000 +++ b/lisp/ChangeLog Sun May 03 05:46:08 2009 +0000 @@ -1,3 +1,7 @@ +2009-05-03 Daiki Ueno + + * epa.el (epa--read-signature-type): Fix typo. + 2009-05-02 Glenn Morris * wid-edit.el (widget-specify-field, widget-field-value-get, character): diff -r 61c93763581b -r 55823cc572a6 lisp/epa.el --- a/lisp/epa.el Sat May 02 23:44:00 2009 +0000 +++ b/lisp/epa.el Sun May 03 05:46:08 2009 +0000 @@ -725,7 +725,8 @@ ? - Show this help ")))) (t - (setq type 'normal)))))) + (setq type 'normal)))) + type)) ;;;###autoload (defun epa-sign-file (file signers mode)