* lisp/descr-text.el (describe-char-unicode-data): Insert separating
space when needed.
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)
(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"