From 581bb87996f525437d2e8360ebad7379f94629c8 Mon Sep 17 00:00:00 2001 From: ueno Date: Wed, 31 Jan 2007 03:27:46 +0000 Subject: [PATCH] Simplified prompt. --- epg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? "))) -- 1.7.10.4