1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

(epa--read-signature-type): Fix typo.

This commit is contained in:
Daiki Ueno 2009-05-03 05:46:08 +00:00
parent 1d3c7fd69d
commit 50f13b3e55
2 changed files with 6 additions and 1 deletions

View 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):

View 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)