branch: externals/mpdired
commit 6c846ec87d970561794829b2b46d7a446d875bd1
Author: Manuel Giraud <[email protected]>
Commit: Manuel Giraud <[email protected]>
message for pause
---
mpdired.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/mpdired.el b/mpdired.el
index 509de52830..ef567ee10c 100644
--- a/mpdired.el
+++ b/mpdired.el
@@ -515,7 +515,8 @@
(defun mpdired-pause-internal (&optional buffer)
(interactive)
(mpdired--with-comm-buffer process buffer
- (setq mpdired--last-command 'pause)
+ (setq mpdired--last-command 'pause
+ mpdired--message "Toggle pause...")
(process-send-string process "pause\n")))
(defun mpdired-next-internal (&optional buffer)