branch: externals/mpdired
commit 5719e8d4a0e2be9a81092e044c1a2c284257760b
Author: Manuel Giraud <[email protected]>
Commit: Manuel Giraud <[email protected]>
bogus cut from a previous patch
---
mpdired.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mpdired.el b/mpdired.el
index fe5064575b..53af52e05f 100644
--- a/mpdired.el
+++ b/mpdired.el
@@ -990,7 +990,7 @@ In the queue view, start playing the song at point."
"Put a MESSAGE for the communication buffer."
(with-current-buffer mpdired--comm-buffer
(if mpdired--message
- (setq (format "%s %s" mpdired--message message))
+ (setq mpdired--message (format "%s %s" mpdired--message message))
(setq mpdired--message message))))
(defun mpdired-add-at-point ()