1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

(math-oper-table): Raise the precedence of "/" in TeX mode.

This commit is contained in:
Jay Belanger 2005-09-27 14:49:54 +00:00
parent 9d2b2096f2
commit 68f9050ff0

View File

@ -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 )