From e82001fc7e827b87f29479bcc96c934f00bc56e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Fri, 17 Aug 2001 16:05:19 +0000 Subject: [PATCH] solve Michael's riddle git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2537 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_cursor.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2