]> git.eshelyaron.com Git - emacs.git/commitdiff
(epa--read-signature-type): Fix typo.
authorDaiki Ueno <ueno@unixuser.org>
Sun, 3 May 2009 05:46:08 +0000 (05:46 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Sun, 3 May 2009 05:46:08 +0000 (05:46 +0000)
lisp/ChangeLog
lisp/epa.el

index cdfb6fa604016a59113d1c7d67cebf023d2d574f..791bd01f13714fd519f6c2b9e1cf0b67ec7a01a0 100644 (file)
@@ -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):
index 356d01479b1ceacb225428c01650b8a67e82947f..0e8c92390af971697384655b316a1d72899b7375 100644 (file)
@@ -725,7 +725,8 @@ d - Create a detached signature
 ? - Show this help
 "))))
            (t
-            (setq type 'normal))))))
+            (setq type 'normal))))
+    type))
 
 ;;;###autoload
 (defun epa-sign-file (file signers mode)