Mercurial > emacs
diff lisp/mpc.el @ 107609:62ebf47086e7
Merge from upstream.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 02 Jan 2010 05:22:05 -0500 |
parents | ac408704629c |
children | 1d1d5d9bd884 |
line wrap: on
line diff
--- a/lisp/mpc.el Fri Jan 01 14:30:06 2010 -0500 +++ b/lisp/mpc.el Sat Jan 02 05:22:05 2010 -0500 @@ -1728,7 +1728,7 @@ "Remove the selected songs from the playlist." (interactive) (unless mpc-songs-playlist - (error "The selected songs aren't part of a playlist.")) + (error "The selected songs aren't part of a playlist")) (let ((song-poss (mapcar #'cdr (mpc-songs-selection)))) (mpc-cmd-delete song-poss mpc-songs-playlist) (mpc-songs-refresh)