emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/charset.c,v
Date: Fri, 30 May 2008 21:07:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/05/30 21:07:51

Index: charset.c
===================================================================
RCS file: /sources/emacs/emacs/src/charset.c,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -b -r1.161 -r1.162
--- charset.c   23 May 2008 12:48:44 -0000      1.161
+++ charset.c   30 May 2008 21:07:50 -0000      1.162
@@ -1952,7 +1952,7 @@
 
   if (CHAR_TABLE_P (Vchar_unified_charset_table))
     {
-      Foptimize_char_table (Vchar_unified_charset_table);
+      Foptimize_char_table (Vchar_unified_charset_table, Qnil);
       Vchar_unify_table = Vchar_unified_charset_table;
       Vchar_unified_charset_table = Qnil;
     }




reply via email to

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