aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-score.el
Commit message (Collapse)AuthorAgeFilesLines
* Correct email address for maintainer.Yoni Rabkin2016-10-251-1/+1
|
* * lisp/emms-score.el: Stop `emms-score-load-hash' from reading empty score file.Johnathan Rabkin2013-08-161-8/+9
| | | | | | | Reads the score file into a string, then only proceeds if the string is not empty. I ran it myself, and appears to be working correctly. Thanks to Ian D.
* * lisp/emms-history.el: Don't set `kill-emacs-hook' on noninteractive sessions.Arnaud Fontaine2012-12-191-1/+2
| | | | | | | From Emacs 24.1, `kill-emacs-hook' is ran even in batch mode (commit 1e5ffe30b3f7682ee8467e7694b5f63371e31cf9). As a consequence, upon Debian package installation, byte compilation fails at the end as /root/.emacs.d/emms/ does not exist and should not be created neither.
* Introduce emms-insert-file-contents.Michael Olson2009-08-051-1/+1
| | | | | | This function is a safe way to insert the contents of a file without triggering major mode detection, and has been tested on several versions of Emacs and XEmacs.
* Update copyright headers.Michael Olson2009-02-081-2/+2
|
* Update copyright lines.Michael Olson2008-09-201-3/+5
| | | | | | | | Also, - Force utf-8 encoding in all files. - Update header of tq.el from version in Emacs.
* *.el -> lisp/*.el: Move lisp files into "lisp/" subdirectory.William Xu2008-06-171-0/+284