Revert "Let non-ASCII chars within regexp insets match their occurrence within TEXT, rather than MATHS (seems the most recurrently needed scenario)."

This reverts commit 6a3792bdbb.
This commit is contained in:
Tommaso Cucinotta 2013-08-24 17:42:14 +01:00
parent 203dab97c3
commit 0b6edb0b2f

View File

@ -1242,8 +1242,7 @@ docstring InsetMathHull::eolString(row_type row, bool fragile, bool latex,
void InsetMathHull::write(WriteStream & os) const
{
ModeSpecifier specifier(os,
type_ == hullRegexp ? TEXT_MODE : MATH_MODE);
ModeSpecifier specifier(os, MATH_MODE);
header_write(os);
InsetMathGrid::write(os);
footer_write(os);