[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/async 406d89b5b5 1/2: Long lines only
From: |
ELPA Syncer |
Subject: |
[elpa] externals/async 406d89b5b5 1/2: Long lines only |
Date: |
Thu, 23 Nov 2023 15:57:18 -0500 (EST) |
branch: externals/async
commit 406d89b5b5165952d6ac57e2908fadae1db00f47
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
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))