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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/charset.h,v
Date: Fri, 23 May 2008 10:45:39 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/05/23 10:45:38

Index: charset.h
===================================================================
RCS file: /sources/emacs/emacs/src/charset.h,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -b -r1.93 -r1.94
--- charset.h   15 May 2008 03:24:58 -0000      1.93
+++ charset.h   23 May 2008 10:45:38 -0000      1.94
@@ -373,7 +373,7 @@
   } while (0)
 
 
-/* Lookup Vcharset_order_list and return the first charset that
+/* Lookup Vcharset_ordered_list and return the first charset that
    contains the character C.  */
 #define CHAR_CHARSET(c)                                \
   ((c) < 0x80 ? CHARSET_FROM_ID (charset_ascii)        \




reply via email to

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