Mercurial > emacs
changeset 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 | 53915676421c |
children | 53441b803279 |
files | lisp/calc/calc-lang.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 )