| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Patch by tumashu <tumashu@163.com>.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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-save): Set mode and coding-system in saved file.
|
| |
|
|
|
|
|
|
|
|
| |
Also,
- Force utf-8 encoding in all files.
- Update header of tq.el from version in Emacs.
|
|
|