aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-playlist-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* Define all mode-maps with defvar instead of defconstPierre Neidhardt2017-12-291-1/+1
|
* Correct email address for maintainer.Yoni Rabkin2016-10-251-1/+1
|
* Change the way lines are killed in emms-playlist-mode.Yoni Rabkin2014-10-251-14/+15
| | | | This change was requested by Rasmus and Michael Olson.
* * lisp/emms-playlist-mode.el: (emms-playlist-mode-open-buffer) UseYoni Rabkin2009-08-051-1/+2
| | | | `emms-insert-file-contents' to load saved playlist.
* * lisp/emms-playlist-mode.el: Bind "C-x u" to `emms-playlist-mode-undo' in ↵Yoni Rabkin2009-07-051-0/+1
| | | | emms-playlist-mode.
* Update copyright headers.Michael Olson2009-02-081-1/+1
|
* Prevent interactive yanking from messing up the playlist buffer.Yoni Rabkin2008-08-291-2/+10
| | | | | | | | | | Usually, emms-playlist-mode tries not to alter the standard Emacs editing behavior, so that killing and yanking work exactly like they would everywhere else in Emacs. But having two Emms tracks in the emms-playlist-mode buffer on the same line doesn't make sense. This should stop yank commands from doing that. Signed-off-by: Yoni Rabkin <yonirabkin@member.fsf.org>
* emms-playlist-mode: Use "EMMS" in mode-line.Michael Olson2008-08-071-1/+1
| | | | | | * lisp/emms-playlist-mode.el (emms-playlist-mode): Use "EMMS" in the mode-line, not the long "Emms-Playlist". This pretty much *is* the essence of EMMS now.
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-0/+614