emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 8d38306 063/187: * helm-async.el: Untabify and reindent.


From: Michael Albinus
Subject: [elpa] master 8d38306 063/187: * helm-async.el: Untabify and reindent.
Date: Wed, 30 Dec 2015 11:49:43 +0000

branch: master
commit 8d38306a326d4fb3e50f167b2d7ba9624b717672
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    * helm-async.el: Untabify and reindent.
---
 helm-async.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm-async.el b/helm-async.el
index ca50e41..0b329f9 100644
--- a/helm-async.el
+++ b/helm-async.el
@@ -149,7 +149,7 @@ This allow to turn off async features provided to this 
package."
        (when buf (kill-buffer buf))))))
 
 (defun dired-create-files (file-creator operation fn-list name-constructor
-                                        &optional marker-char)
+                           &optional marker-char)
   "Create one or more new files from a list of existing files FN-LIST.
 This function also handles querying the user, updating Dired
 buffers, and displaying a success or failure message.
@@ -178,7 +178,7 @@ old file was marked."
         (callback `(lambda (&optional ignore)
                      (helm-async-after-file-create))))
     (let (to overwrite-query
-             overwrite-backup-query)   ; for dired-handle-overwrite
+             overwrite-backup-query)   ; for dired-handle-overwrite
       (dolist (from fn-list)
         (setq to (funcall name-constructor from))
         (if (equal to from)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]