changeset 103138:55823cc572a6

(epa--read-signature-type): Fix typo.
author Daiki Ueno <ueno@unixuser.org>
date Sun, 03 May 2009 05:46:08 +0000
parents 61c93763581b
children 5e92db883c9f
files lisp/ChangeLog lisp/epa.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <ueno@unixuser.org>
+
+	* epa.el (epa--read-signature-type): Fix typo.
+
 2009-05-02  Glenn Morris  <rgm@gnu.org>
 
 	* wid-edit.el (widget-specify-field, widget-field-value-get, character):
--- 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)