Mercurial > hg > xemacs-beta
comparison src/casetab.c @ 251:677f6a0ee643 r20-5b24
Import from CVS: tag r20-5b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:19:59 +0200 |
parents | 3d6bfa290dbd |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
250:f385a461c9aa | 251:677f6a0ee643 |
---|---|
18 along with XEmacs; see the file COPYING. If not, write to | 18 along with XEmacs; see the file COPYING. If not, write to |
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
20 Boston, MA 02111-1307, USA. */ | 20 Boston, MA 02111-1307, USA. */ |
21 | 21 |
22 /* Synched up with: FSF 19.28. Between FSF 19.28 and 19.30, casetab.c | 22 /* Synched up with: FSF 19.28. Between FSF 19.28 and 19.30, casetab.c |
23 was rewritten to use junky RMS char tables. Meanwhile I rewrote it | 23 was rewritten to use junky char tables. Meanwhile I rewrote it |
24 to use more logical char tables. RMS also discards the "list of four | 24 to use more logical char tables. Emacs also discards the "list of four |
25 tables" format and instead stuffs the other tables as "extra slots" | 25 tables" format and instead stuffs the other tables as "extra slots" |
26 in the downcase table. I've kept the four-lists format for now. */ | 26 in the downcase table. I've kept the four-lists format for now. */ |
27 | 27 |
28 /* Written by Howard Gayle. See some mythical and not-in-the-Emacs- | 28 /* Written by Howard Gayle. See some mythical and not-in-the-Emacs- |
29 distribution file chartab.c for details. */ | 29 distribution file chartab.c for details. */ |