changeset 96754:79e210b5bd7b

(describe-char-unidata-list): Initialize to the list of name, general-category, decomposition, and old-name.
author Kenichi Handa <handa@m17n.org>
date Thu, 17 Jul 2008 01:25:22 +0000
parents f5cf56c90437
children 6324143ae3f0
files lisp/descr-text.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/descr-text.el	Wed Jul 16 23:34:54 2008 +0000
+++ b/lisp/descr-text.el	Thu Jul 17 01:25:22 2008 +0000
@@ -179,7 +179,8 @@
 	(insert "There are text properties here:\n")
 	(describe-property-list properties)))))
 
-(defcustom describe-char-unidata-list nil
+(defcustom describe-char-unidata-list
+  '(name general-category decomposition old-name)
   "List of Unicode-based character property names shown by `describe-char'."
   :group 'mule
   :version "23.1"