diff 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
line wrap: on
line diff
--- a/src/casetab.c	Mon Aug 13 10:29:43 2007 +0200
+++ b/src/casetab.c	Mon Aug 13 10:30:37 2007 +0200
@@ -19,9 +19,9 @@
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-/* Synched up with: FSF 19.28.  Between FSF 19.28 and 19.30, casetab.c
-   was rewritten to use junky char tables.  Meanwhile I rewrote it
-   to use more logical char tables.  Emacs also discards the "list of four
+ /* Synched up with: FSF 19.28.  Between FSF 19.28 and 19.30, casetab.c
+   was rewritten to use junky FSF char tables.  Meanwhile I rewrote it
+   to use more logical char tables.  RMS also discards the "list of four
    tables" format and instead stuffs the other tables as "extra slots"
    in the downcase table.  I've kept the four-lists format for now. */