Fixed indentation.
authorueno <ueno>
Sun, 16 Apr 2006 19:41:01 +0000 (19:41 +0000)
committerueno <ueno>
Sun, 16 Apr 2006 19:41:01 +0000 (19:41 +0000)
epa-dired.el

index 4a3d6ea..4f0a3b7 100644 (file)
@@ -49,9 +49,7 @@
   (let ((signature (concat file (if detached ".sig" ".gpg")))
        (context (epg-make-context)))
     (message "Signing %s..." (file-name-nondirectory file))
-    (epg-sign-file context
-                  file
-                  signature)
+    (epg-sign-file context file signature)
     (message "Signing %s...done" (file-name-nondirectory file))))
 
 (defun epa-dired-do-sign (&optional detached)