From 99308e58547b2f1c427028560c0506bec8e74c37 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sat, 24 Mar 2007 08:58:26 +0000 Subject: [PATCH] Fixed indent. --- epg.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/epg.el b/epg.el index 356ad57..6b8e703 100644 --- a/epg.el +++ b/epg.el @@ -1663,8 +1663,7 @@ This function is for internal use only." (let ((args (append (if epg-gpg-home-directory (list "--homedir" epg-gpg-home-directory)) '("--with-colons" "--no-greeting" "--batch" - "--with-fingerprint" - "--with-fingerprint") + "--with-fingerprint" "--with-fingerprint") (unless (eq (epg-context-protocol context) 'CMS) '("--fixed-list-mode")))) (list-keys-option (if (memq mode '(t secret)) -- 2.11.0