From: ueno Date: Wed, 31 Jan 2007 03:27:46 +0000 (+0000) Subject: Simplified prompt. X-Git-Tag: plaintext-branchpoint~18 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=581bb87996f525437d2e8360ebad7379f94629c8;p=elisp%2Fepg.git Simplified prompt. --- diff --git a/epg.el b/epg.el index 5b2ee14..7f84366 100644 --- a/epg.el +++ b/epg.el @@ -1266,7 +1266,7 @@ This function is for internal use only." (defun epg--prompt-GET_BOOL-untrusted_key.override (context string) (y-or-n-p (if (equal (car epg-last-status) "USERID_HINT") - (format "Untrusted key %s. Use this key anyway? " + (format "Untrusted key %s. Use anyway? " (cdr epg-last-status)) "Use untrusted key anyway? ")))