diff options
| author | Eli Zaretskii | 2005-04-23 12:34:05 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-04-23 12:34:05 +0000 |
| commit | 71baa28ffb7263e33aa41f98871db845e86a4d50 (patch) | |
| tree | 4da01c1ea044d05aaaceca891d1e4f8141e029bc /lisp/ChangeLog | |
| parent | e7427ac187c9d4693ae80c80bfba7c8e3cba80a7 (diff) | |
| download | emacs-71baa28ffb7263e33aa41f98871db845e86a4d50.tar.gz emacs-71baa28ffb7263e33aa41f98871db845e86a4d50.zip | |
(write-abbrev-file): Write table entries in alphabetical order
by table name.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7b15000f919..927855c6571 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change) | ||
| 2 | |||
| 3 | * abbrev.el (write-abbrev-file): Write table entries in | ||
| 4 | alphabetical order by table name. | ||
| 5 | |||
| 1 | 2005-04-22 Kim F. Storm <storm@cua.dk> | 6 | 2005-04-22 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * ido.el (ido-read-internal): Fix `list' completion. | 8 | * ido.el (ido-read-internal): Fix `list' completion. |