Mercurial > hg > xemacs-beta
comparison src/chartab.c @ 251:677f6a0ee643 r20-5b24
Import from CVS: tag r20-5b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:19:59 +0200 |
parents | 83b3d10dcba9 |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
250:f385a461c9aa | 251:677f6a0ee643 |
---|---|
77 2) syntax tables | 77 2) syntax tables |
78 3) display tables | 78 3) display tables |
79 4) case tables | 79 4) case tables |
80 5) keyboard-translate-table? | 80 5) keyboard-translate-table? |
81 | 81 |
82 We do the very non-Stallman-esque thing of actually providing an | 82 We provide an |
83 abstract type to generalize the Emacs vectors and Mule | 83 abstract type to generalize the Emacs vectors and Mule |
84 vectors-of-vectors goo. | 84 vectors-of-vectors goo. |
85 */ | 85 */ |
86 | 86 |
87 /************************************************************************/ | 87 /************************************************************************/ |