From 74739ffd738a28b406b1fa3153fff599ac06d57f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 18 Jun 2010 19:31:44 -0700 Subject: Close bug#6422. * lisp/descr-text.el (describe-char-unicode-data): Insert separating space when needed. --- lisp/descr-text.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/descr-text.el') diff --git a/lisp/descr-text.el b/lisp/descr-text.el index 218f2a51d7f..250d87a6ae6 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -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" -- cgit v1.2.1