Close bug#6422.
* lisp/descr-text.el (describe-char-unicode-data): Insert separating space when needed.
This commit is contained in:
parent
4111f0c731
commit
74739ffd73
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue