comparison src/insdel.c @ 23689:c0766cb586e4

(byte_combining_error): Error message improved.
author Kenichi Handa <handa@m17n.org>
date Wed, 11 Nov 1998 10:37:09 +0000
parents 595d8a052b71
children 1a0fa0377fb3
comparison
equal deleted inserted replaced
23688:5f039c506e17 23689:c0766cb586e4
1030 } 1030 }
1031 1031
1032 void 1032 void
1033 byte_combining_error () 1033 byte_combining_error ()
1034 { 1034 {
1035 error ("Byte combining across region boundary inhibitted"); 1035 error ("Byte combining across boundary of accessible buffer text inhibitted");
1036 } 1036 }
1037 1037
1038 /* If we are going to combine bytes at POS which is at a narrowed 1038 /* If we are going to combine bytes at POS which is at a narrowed
1039 region boundary, signal an error. */ 1039 region boundary, signal an error. */
1040 #define CHECK_BYTE_COMBINING_FOR_INSERT(pos) \ 1040 #define CHECK_BYTE_COMBINING_FOR_INSERT(pos) \