aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-history.el
Commit message (Collapse)AuthorAgeFilesLines
* * 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.
* (emms-history-file-coding-system): New var.William Xu2009-07-261-0/+9
| | | | (emms-history-save): Set mode and coding-system in saved file.
* Update copyright headers.Michael Olson2009-02-081-1/+1
|
* Update copyright lines.Michael Olson2008-09-201-1/+1
| | | | | | | | 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/+125