From: Jay Belanger Date: Tue, 27 Sep 2005 14:49:54 +0000 (+0000) Subject: (math-oper-table): Raise the precedence of "/" in TeX mode. X-Git-Tag: emacs-pretest-22.0.90~6931 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=68f9050ff06eac48e82e5dfc244261a1579acf11;p=emacs.git (math-oper-table): Raise the precedence of "/" in TeX mode. --- diff --git a/lisp/calc/calc-lang.el b/lisp/calc/calc-lang.el index e0099ee4e07..7653673c082 100644 --- a/lisp/calc/calc-lang.el +++ b/lisp/calc/calc-lang.el @@ -354,10 +354,10 @@ ( "\\times" * 191 190 ) ( "*" * 191 190 ) ( "2x" * 191 190 ) + ( "/" / 185 186 ) ( "+" + 180 181 ) ( "-" - 180 181 ) ( "\\over" / 170 171 ) - ( "/" / 170 171 ) ( "\\choose" calcFunc-choose 170 171 ) ( "\\mod" % 170 171 ) ( "<" calcFunc-lt 160 161 )