Mercurial > emacs
changeset 109244:35c5071647d4
Close bug#6422.
* lisp/descr-text.el (describe-char-unicode-data): Insert separating
space when needed.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 18 Jun 2010 19:31:44 -0700 |
parents | dd13b05d504e |
children | f5263c8dbdcc |
files | lisp/ChangeLog lisp/descr-text.el |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jun 18 19:27:57 2010 -0700 +++ b/lisp/ChangeLog Fri Jun 18 19:31:44 2010 -0700 @@ -1,5 +1,8 @@ 2010-06-19 Glenn Morris <rgm@gnu.org> + * descr-text.el (describe-char-unicode-data): Insert separating + space when needed. (Bug#6422) + * progmodes/idlwave.el (idlwave-action-and-binding): Fix typo in 2009-12-03 change. (Bug#6450)
--- a/lisp/descr-text.el Fri Jun 18 19:27:57 2010 -0700 +++ b/lisp/descr-text.el Fri Jun 18 19:31:44 2010 -0700 @@ -301,7 +301,7 @@ (lambda (arg) (string (string-to-number arg 16))) parts " ")) - (concat info parts)))) + (concat info (if info " ") parts)))) (list "Decimal digit value" (nth 5 fields)) (list "Digit value"