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.h,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/charset.h,v
Date: Wed, 14 May 2008 01:22:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/05/14 01:22:20

Index: charset.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/charset.h,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -b -r1.91 -r1.92
--- charset.h   22 Feb 2008 17:24:05 -0000      1.91
+++ charset.h   14 May 2008 01:22:19 -0000      1.92
@@ -253,6 +253,7 @@
 #define CHARSET_FROM_ID(id) (charset_table + (id))
 
 extern Lisp_Object Vcharset_ordered_list;
+extern Lisp_Object Vcharset_non_preferred_head;
 
 /* Incremented everytime we change the priority of charsets.  */
 extern unsigned short charset_ordered_list_tick;
@@ -263,6 +264,7 @@
 
 extern struct charset *emacs_mule_charset[256];
 
+extern Lisp_Object Vcurrent_iso639_language;
 
 /* Macros to access information about charset.  */
 




reply via email to

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