• Michal Nazarewicz's avatar
    Split up casify_region function (bug#24603) · 2c87dabd
    Michal Nazarewicz authored
    No functional changes at this time but splitting casify_region into
    a function dealing with multibyte and another dealing with unibyte
    buffers will make future code changes slightly easier.
    
    * src/casefiddle.c (casify_region): Move most of the code into two
    new functions:
    (do_casify_multibyte_region, do_casify_unibyte_region): new functions.
    2c87dabd
casefiddle.c 15.4 KB