Mercurial > emacs
diff src/character.c @ 99482:e228d5755549
(Vchar_unify_table): Comment added.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Tue, 11 Nov 2008 01:05:17 +0000 |
| parents | 98e08333a580 |
| children | fc199de00487 |
line wrap: on
line diff
--- a/src/character.c Tue Nov 11 00:28:10 2008 +0000 +++ b/src/character.c Tue Nov 11 01:05:17 2008 +0000 @@ -59,7 +59,7 @@ Lisp_Object Qauto_fill_chars; /* Char-table of information about which character to unify to which - Unicode character. */ + Unicode character. Mainly used by the macro MAYBE_UNIFY_CHAR. */ Lisp_Object Vchar_unify_table; /* A char-table. An element is non-nil iff the corresponding
