branch: externals/mpdired
commit 7aba12aca2c2c21edfce32fd078ae4e8ebea086f
Author: Manuel Giraud <[email protected]>
Commit: Manuel Giraud <[email protected]>
same EOT regexp everywhere
---
mpdired.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mpdired.el b/mpdired.el
index 07dc87877b..f460c813e7 100644
--- a/mpdired.el
+++ b/mpdired.el
@@ -173,7 +173,7 @@
result file time id)
(while (not (or mpdired--parse-endp
(setq mpdired--parse-endp
- (re-search-forward "^OK$" (line-end-position) t 1))))
+ (re-search-forward "^\\(OK\\|ACK.*\\)$"
(line-end-position) t 1))))
(let ((eol (line-end-position)))
;; First, "status" content
(when (re-search-forward "^songid: \\([0-9]+\\)$" eol t 1)