nil t)
(catch 'done
(while t
- (message "Signature type (N,c,d,?) ")
+ (message "Signature type (n,c,d,?) ")
(let ((c (read-char)))
- (cond ((or (eq c ?n) (eq c ?\n))
- (throw 'done nil))
- ((eq c ?c)
+ (cond ((eq c ?c)
(throw 'done 'clear))
((eq c ?d)
(throw 'done 'detached))
c - Create a cleartext signature
d - Create a detached signature
? - Show this help
-"))))))))))
+"))))
+ (t
+ (throw 'done nil))))))))
(save-excursion
(let ((context (epg-make-context))
signature)