Close bug#6422.
authorGlenn Morris <rgm@gnu.org>
Sat, 19 Jun 2010 02:31:44 +0000 (19:31 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 19 Jun 2010 02:31:44 +0000 (19:31 -0700)
* lisp/descr-text.el (describe-char-unicode-data): Insert separating
space when needed.

lisp/ChangeLog
lisp/descr-text.el

index 02b389b..3371fb4 100644 (file)
@@ -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)
 
index 218f2a5..250d87a 100644 (file)
@@ -301,7 +301,7 @@ This function is semi-obsolete.  Use `get-char-code-property'."
                                   (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"