(CHAR_TO_BYTE_SAFE): Cut&paste error.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 12 Jun 2008 20:53:18 +0000 (20:53 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 12 Jun 2008 20:53:18 +0000 (20:53 +0000)
src/character.h

index cf73083..b391fe1 100644 (file)
@@ -73,7 +73,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #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.  */