emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/chartab.c,v
Date: Sun, 26 Oct 2008 04:23:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/10/26 04:23:10

Index: chartab.c
===================================================================
RCS file: /sources/emacs/emacs/src/chartab.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- chartab.c   29 Aug 2008 07:53:11 -0000      1.8
+++ chartab.c   26 Oct 2008 04:23:10 -0000      1.9
@@ -703,6 +703,9 @@
        XCHAR_TABLE (char_table)->contents[i]
          = optimize_sub_char_table (elt, test);
     }
+  /* Reset the `ascii' cache, in case it got optimized away.  */
+  XCHAR_TABLE (char_table)->ascii = char_table_ascii (char_table);
+
   return Qnil;
 }
 




reply via email to

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