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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to