emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/editfns.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c
Date: Thu, 23 Jun 2005 12:06:58 -0400

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.392 emacs/src/editfns.c:1.393
*** emacs/src/editfns.c:1.392   Tue May 24 03:48:32 2005
--- emacs/src/editfns.c Thu Jun 23 16:06:58 2005
***************
*** 2660,2666 ****
      {
        len = CHAR_STRING (XFASTINT (fromchar), fromstr);
        if (CHAR_STRING (XFASTINT (tochar), tostr) != len)
!       error ("Characters in subst-char-in-region have different 
byte-lengths");
        if (!ASCII_BYTE_P (*tostr))
        {
          /* If *TOSTR is in the range 0x80..0x9F and TOCHAR is not a
--- 2660,2666 ----
      {
        len = CHAR_STRING (XFASTINT (fromchar), fromstr);
        if (CHAR_STRING (XFASTINT (tochar), tostr) != len)
!       error ("Characters in `subst-char-in-region' have different 
byte-lengths");
        if (!ASCII_BYTE_P (*tostr))
        {
          /* If *TOSTR is in the range 0x80..0x9F and TOCHAR is not a




reply via email to

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