Mercurial > hg > xemacs-beta
comparison src/casetab.c @ 276:6330739388db r21-0b36
Import from CVS: tag r21-0b36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:30:37 +0200 |
parents | c5d627a313b1 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
275:a68ae4439f57 | 276:6330739388db |
---|---|
17 You should have received a copy of the GNU General Public License | 17 You should have received a copy of the GNU General Public License |
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 char tables. Meanwhile I rewrote it | 23 was rewritten to use junky FSF char tables. Meanwhile I rewrote it |
24 to use more logical char tables. Emacs also discards the "list of four | 24 to use more logical char tables. RMS 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. */ |