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:
parent
1d3c7fd69d
commit
50f13b3e55
@ -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):
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user