diff options
| author | Juri Linkov | 2007-08-23 00:08:10 +0000 |
|---|---|---|
| committer | Juri Linkov | 2007-08-23 00:08:10 +0000 |
| commit | 0d028d8f5d80522d3c06d30dc9a496c999a8b185 (patch) | |
| tree | e5fe5ab16ff5ffa798ebea5231a6fcaa50ea690e | |
| parent | d4e9f06737f102f454c400f2918e6fc228871350 (diff) | |
| download | emacs-0d028d8f5d80522d3c06d30dc9a496c999a8b185.tar.gz emacs-0d028d8f5d80522d3c06d30dc9a496c999a8b185.zip | |
loadup.el: Add "button" loading after "faces" and move "startup"
to load after "button".
| -rw-r--r-- | lisp/ChangeLog.multi-tty | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog.multi-tty b/lisp/ChangeLog.multi-tty index d8028b3dfa1..69295224e6c 100644 --- a/lisp/ChangeLog.multi-tty +++ b/lisp/ChangeLog.multi-tty | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-08-22 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * loadup.el: Add "button" loading after "faces" and move "startup" | ||
| 4 | to load after "button". | ||
| 5 | |||
| 1 | 2007-07-29 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2007-07-29 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 7 | ||
| 3 | * term/xterm.el (terminal-init-xterm): Fix merge issue. | 8 | * term/xterm.el (terminal-init-xterm): Fix merge issue. |