Fixed indent.
[elisp/epg.git] / epg.el
diff --git a/epg.el b/epg.el
index 9e2a209..6b8e703 100644 (file)
--- 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))
@@ -1677,7 +1676,7 @@ This function is for internal use only."
     (unless (listp name)
       (setq name (list name)))
     (while name
-      (setq args (nconc args (list list-keys-option (car name)))
+      (setq args (append args (list list-keys-option (car name)))
            name (cdr name)))
     (with-temp-buffer
       (apply #'call-process