diff options
| author | Stephen Berman | 2011-10-03 10:47:40 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-10-03 10:47:40 -0400 |
| commit | 8ea0a99305da16de73e508c943db3e844eda2e9e (patch) | |
| tree | b96078f642ba3a44c172a1bbebed8fa09cda027c /lisp/ChangeLog | |
| parent | 8c24b7f65f81cc12d51c3a819737b3221b109ee5 (diff) | |
| download | emacs-8ea0a99305da16de73e508c943db3e844eda2e9e.tar.gz emacs-8ea0a99305da16de73e508c943db3e844eda2e9e.zip | |
* lisp/minibuffer.el (completion-category-overrides): Fix type of styles
and add more user friendly tags.
Fixes: debbugs:9660
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 a7258eec2a4..0dab1a4f224 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-10-03 Stephen Berman <stephen.berman@gmx.net> | ||
| 2 | |||
| 3 | * minibuffer.el (completion-category-overrides): Fix type of styles | ||
| 4 | and add more user friendly tags (bug#9660). | ||
| 5 | |||
| 1 | 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2011-10-03 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661). | 8 | * international/mule-cmds.el: Fix abuses of apply-partially (bug#9661). |