diff lisp/calc/calc-lang.el @ 65711:dd684f00015e

(math-oper-table): Raise the precedence of "/" in TeX mode.
author Jay Belanger <jay.p.belanger@gmail.com>
date Tue, 27 Sep 2005 14:49:54 +0000
parents 1db49616ce05
children 6bf177f8065b b1c1fc853d2f
line wrap: on
line diff
--- a/lisp/calc/calc-lang.el	Tue Sep 27 13:47:17 2005 +0000
+++ b/lisp/calc/calc-lang.el	Tue Sep 27 14:49:54 2005 +0000
@@ -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 )