Mercurial > emacs
changeset 83657:961fa50a1ae2
loadup.el: Add "button" loading after "faces" and move "startup"
to load after "button".
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 23 Aug 2007 00:08:10 +0000 |
parents | 5c783b868a56 |
children | 2ee129d4ca11 |
files | lisp/ChangeLog.multi-tty |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog.multi-tty Thu Aug 23 00:07:49 2007 +0000 +++ b/lisp/ChangeLog.multi-tty Thu Aug 23 00:08:10 2007 +0000 @@ -1,3 +1,8 @@ +2007-08-22 Juri Linkov <juri@jurta.org> + + * loadup.el: Add "button" loading after "faces" and move "startup" + to load after "button". + 2007-07-29 Dan Nicolaescu <dann@ics.uci.edu> * term/xterm.el (terminal-init-xterm): Fix merge issue.