branch: externals/async
commit 406d89b5b5165952d6ac57e2908fadae1db00f47
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Long lines only
---
async.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/async.el b/async.el
index 32e3bf5c07..ec1ad7fe4f 100644
--- a/async.el
+++ b/async.el
@@ -223,7 +223,8 @@ marker position to the end of this next line."
(with-current-buffer (process-buffer proc)
(when (and (boundp 'tramp-password-prompt-regexp)
(string-match tramp-password-prompt-regexp string))
- (process-send-string proc (concat (read-passwd (match-string 0 string))
"\n")))
+ (process-send-string
+ proc (concat (read-passwd (match-string 0 string)) "\n")))
(goto-char (point-max))
(save-excursion
(insert string))