# HG changeset patch # User Glenn Morris # Date 1276914704 25200 # Node ID 35c5071647d4b2d92eb2183fb23a88d1dc52ac68 # Parent dd13b05d504e7a506836e22513ee58db2ebe82b5 Close bug#6422. * lisp/descr-text.el (describe-char-unicode-data): Insert separating space when needed. diff -r dd13b05d504e -r 35c5071647d4 lisp/ChangeLog --- 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 + * 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) diff -r dd13b05d504e -r 35c5071647d4 lisp/descr-text.el --- 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"