emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/character.h,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/character.h,v
Date: Thu, 12 Jun 2008 20:53:18 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/06/12 20:53:18

Index: character.h
===================================================================
RCS file: /sources/emacs/emacs/src/character.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- character.h 12 Jun 2008 20:25:47 -0000      1.8
+++ character.h 12 Jun 2008 20:53:18 -0000      1.9
@@ -73,7 +73,7 @@
 #define CHAR_TO_BYTE_SAFE(c)   \
   (CHAR_BYTE8_P (c)            \
    ? (c) - 0x3FFF00            \
-   : multibyte_char_to_unibyte_safe (c, Qnil))
+   : multibyte_char_to_unibyte_safe (c))
 
 /* Nonzero iff BYTE is the 1st byte of a multibyte form of a character
    that corresponds to a raw 8-bit byte.  */




reply via email to

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