aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/x-symbol-phox.el
diff options
context:
space:
mode:
authorGravatar Christophe Raffalli <christophe.raffalli@univ-savoie.fr>2004-11-22 13:40:01 +0000
committerGravatar Christophe Raffalli <christophe.raffalli@univ-savoie.fr>2004-11-22 13:40:01 +0000
commit92e82f41df384c3602ca4c4602e14762fa07c553 (patch)
tree15006ffa704ad5e66e721f43a8318a0d18539269 /phox/x-symbol-phox.el
parent0dfac3ff6b31f9689701c26b440adf7d3eb01c24 (diff)
work on proof by contextual menu for phox
Diffstat (limited to 'phox/x-symbol-phox.el')
-rw-r--r--phox/x-symbol-phox.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/phox/x-symbol-phox.el b/phox/x-symbol-phox.el
index 84f7d7d1..038b6112 100644
--- a/phox/x-symbol-phox.el
+++ b/phox/x-symbol-phox.el
@@ -71,10 +71,10 @@ See `x-symbol-header-groups-alist'."
(lambda (x)
(cons x
(cond
- ;; CW: where are the shapes `id' and `op' used?
+ ;; the shapes `id' and `op' are used by x-symbol-phox-token-grammar
((string-match "\\`[A-Za-z_][A-Za-z_0-9]+\\'" x)
'id)
- ((string-match "\\`[<>!+-*/|&]+\\'" x)
+ ((string-match "\\`[]><=\\/~&+-*%!{}:-]+\\'" x)
'op))))
tokens))