1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(describe-char-unidata-list): Initialize to the

list of name, general-category, decomposition, and old-name.
This commit is contained in:
Kenichi Handa 2008-07-17 01:27:01 +00:00
parent ff1095d1a6
commit 950b58594c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-07-17 Kenichi Handa <handa@m17n.org>
* descr-text.el (describe-char-unidata-list): Initialize to the
list of name, general-category, decomposition, and old-name.
2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
* startup.el (command-line-1): Update processing of NS long options to

View File

@ -179,7 +179,8 @@ otherwise."
(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"