From: André Pönitz Date: Fri, 17 Aug 2001 16:05:19 +0000 (+0000) Subject: solve Michael's riddle X-Git-Tag: 1.6.10~20808 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e82001fc7e827b87f29479bcc96c934f00bc56e4;p=features.git solve Michael's riddle git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2537 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index a55e45d8ab..ab7af81c4b 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -1279,7 +1279,7 @@ void MathCursor::interpret(string const & s) if (strchr("0123456789;:!|[]().,?+/-*<>=", c)) { if (lastcode_ != LM_TC_TEXTRM) - lastcode_ = LM_TC_VAR; + lastcode_ = LM_TC_CONST; insert(c, lastcode_); return; }