]> git.eshelyaron.com Git - emacs.git/commit
Fix some mpc.el updating quirks
authorMasahiro Nakamura <tsuucat@icloud.com>
Tue, 20 Oct 2020 11:20:48 +0000 (13:20 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 20 Oct 2020 11:20:48 +0000 (13:20 +0200)
commite3fa592899f6999fda9fdaaab3929f346ce67f66
tree738182d0d662aa5a663c803636e3dc51868cb442
parent2e2a8e5491bc6259a9ebe8c703c1c501307953e2
Fix some mpc.el updating quirks

* lisp/mpc.el (mpc-songs-jump-to): Update the status buffer.

* lisp/mpc.el (mpc-stop): M-x mpc-stop clears playlist queue. So
updating *MPC-Songs* buffer is useful.

* lisp/mpc.el (mpc-cmd-delete): I noticed M-x mpc-playlist-delete
always messages “Deleted 1 songs” even if playlist queue has more
than one songs.  This is because mpc-cmd-delete’s sort modifies
songs-poss by side effect.  Using copy-sequence fixes this (bug#44093).
* lisp/mpc.el (mpc-cmd-move): Ditto.
lisp/mpc.el