]> git.eshelyaron.com Git - emacs.git/commitdiff
(CP_INVALID): Rename to CP_UNKNOWN.
authorAndrew Innes <andrewi@gnu.org>
Wed, 6 Dec 2000 15:53:11 +0000 (15:53 +0000)
committerAndrew Innes <andrewi@gnu.org>
Wed, 6 Dec 2000 15:53:11 +0000 (15:53 +0000)
src/w32term.h

index a633e56dfc7e6ffad2069cfe14ba1e187a4b563c..e87ea67da9d3104549a212f8be46ecdf03b36c44 100644 (file)
@@ -43,7 +43,7 @@ Boston, MA 02111-1307, USA.  */
 /* Special pseudo-codepages. */
 #define CP_8BIT      -1
 #define CP_UNICODE   -2
-#define CP_INVALID   -3
+#define CP_UNKNOWN   -3
 
 #define CHECK_W32_FRAME(f, frame)              \
   if (NILP (frame))                            \