diff options
| author | Glenn Morris | 2010-06-18 19:31:44 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-06-18 19:31:44 -0700 |
| commit | 74739ffd738a28b406b1fa3153fff599ac06d57f (patch) | |
| tree | 4ba687333d5f8c439e1bb683f333529a1cb7a868 /lisp/ChangeLog | |
| parent | 4111f0c731623edc1978f861ed5f25614c3ae2a2 (diff) | |
| download | emacs-74739ffd738a28b406b1fa3153fff599ac06d57f.tar.gz emacs-74739ffd738a28b406b1fa3153fff599ac06d57f.zip | |
Close bug#6422.
* lisp/descr-text.el (describe-char-unicode-data): Insert separating
space when needed.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 02b389b77d4..3371fb45312 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-06-19 Glenn Morris <rgm@gnu.org> | 1 | 2010-06-19 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * descr-text.el (describe-char-unicode-data): Insert separating | ||
| 4 | space when needed. (Bug#6422) | ||
| 5 | |||
| 3 | * progmodes/idlwave.el (idlwave-action-and-binding): | 6 | * progmodes/idlwave.el (idlwave-action-and-binding): |
| 4 | Fix typo in 2009-12-03 change. (Bug#6450) | 7 | Fix typo in 2009-12-03 change. (Bug#6450) |
| 5 | 8 | ||