emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/casetab.c,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/casetab.c,v
Date: Fri, 08 Sep 2006 12:11:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/09/08 12:11:17

Index: casetab.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/casetab.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- casetab.c   12 Jul 2006 13:15:03 -0000      1.37
+++ casetab.c   8 Sep 2006 12:11:17 -0000       1.38
@@ -262,6 +262,9 @@
                     : i)));
 
   XCHAR_TABLE (down)->extras[2] = Fcopy_sequence (up);
+
+  /* Fill in what isn't filled in.  */
+  set_case_table (down, 1);
 }
 
 void




reply via email to

[Prev in Thread] Current Thread [Next in Thread]