summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-07-14 08:03:30 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-07-14 08:03:30 +0200
commit68a1c9e7f6561780131cefc43821940646ec1c37 (patch)
treefa04703c405d4f178321f127b878f1fa1ae4be05
parent60f7a902568c9fa8d2e00ee9a3f5fac08181bfa0 (diff)
Break long line
-rw-r--r--helm-files.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-files.el b/helm-files.el
index 67894359..4e12f2d6 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -3013,7 +3013,8 @@ directory."
(trashed-files (with-temp-buffer
(process-file "trash-list" nil t nil)
(split-string (buffer-string) "\n"))))
- (helm-ff-trash-action 'helm-restore-file-from-trash-1 '("restore" "restoring")
+ (helm-ff-trash-action 'helm-restore-file-from-trash-1
+ '("restore" "restoring")
trashed-files)))
(defun helm-ff-trash-rm-1 (file)