comparison src/elisp/urweb-move.el @ 353:9390c55b9f1f

More indenting
author Adam Chlipala <adamc@hcoop.net>
date Sun, 12 Oct 2008 10:48:01 -0400
parents 3a1e36b14105
children 527529a083d9
comparison
equal deleted inserted replaced
352:2205d5cb416a 353:9390c55b9f1f
76 ((">" ">=" "<>" "<" "<=" "=") . 4) 76 ((">" ">=" "<>" "<" "<=" "=") . 4)
77 (("+" "-" "^") . 6) 77 (("+" "-" "^") . 6)
78 (("/" "*" "%") . 7) 78 (("/" "*" "%") . 7)
79 (("++" "--") 8) 79 (("++" "--") 8)
80 (("NOT") 9) 80 (("NOT") 9)
81 (("~" "$") 10))) 81 (("~") 10)))
82 "Alist of Ur/Web infix operators and their precedence.") 82 "Alist of Ur/Web infix operators and their precedence.")
83 83
84 (defconst urweb-syntax-prec 84 (defconst urweb-syntax-prec
85 (urweb-preproc-alist 85 (urweb-preproc-alist
86 `(((";" ",") . 20) 86 `(((";" ",") . 20)