comparison lisp/descr-text.el @ 5475:248176c74e6b

Merge with trunk.
author Mats Lidell <matsl@xemacs.org>
date Sat, 23 Apr 2011 23:47:13 +0200
parents ac37a5f7e5be aa78b0b0b289
children bbe4146603db
comparison
equal deleted inserted replaced
5474:4dee0387b9de 5475:248176c74e6b
671 "%s" 100 671 "%s" 100
672 message) 672 message)
673 database-file-name))) 673 database-file-name)))
674 ;; End XEmacs additions. 674 ;; End XEmacs additions.
675 675
676 ;;;###autoload
676 (defun describe-char-unicode-data (char) 677 (defun describe-char-unicode-data (char)
677 "Return a list of Unicode data for unicode CHAR. 678 "Return a list of Unicode data for unicode CHAR.
678 Each element is a list of a property description and the property value. 679 Each element is a list of a property description and the property value.
679 The list is null if CHAR isn't found in `describe-char-unicodedata-file'." 680 The list is null if CHAR isn't found in `describe-char-unicodedata-file'."
680 (when describe-char-unicodedata-file 681 (when describe-char-unicodedata-file