branch: externals/a68-mode
commit 3cc0a05da4e6af0a08648f92fc4c7a1242d1b648
Author: Jose E. Marchesi <jose.march...@oracle.com>
Commit: Jose E. Marchesi <jose.march...@oracle.com>

    Fix andth and orel keywords in all regimes
---
 a68-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/a68-mode.el b/a68-mode.el
index 70d5a44294..173fab11df 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -154,8 +154,7 @@
       "PAR" "BEGIN" "END" "GOTO" "GO" "TO" "EXIT"
       "LWB" "UPB" "ELEMS" "NOT" "ABS" "BIN" "REPR" "LENG"
       "SHORTEN" "ODD" "SIGN" "ROUND" "ENTIER" "AND" "OR" "XOR"
-      "THEF" "ANDF" "ANDTH"
-      "ELSF" "ORF" "OREL"
+      "ANDTH" "OREL"
       "DIV" "OVER" "MOD" "ELEM" "SHL" "SHR" "OVERAB" "DIVAB" "MODAB"
       "UP" "DOWN"
       "NIL" "TRUE" "FALSE"
@@ -327,6 +326,7 @@
   (defconst a68-keywords-lame
     '("true" "false" "empty"
       "pr" "PR" "pragmat" "PRAGMAT"
+      "andth" "orel"
       "long" "short" "ref" "loc" "heap" "struct" "flex" "proc"
       "union" "op" "prio" "mode" "begin" "end" "exit" "par" "if"
       "then" "elif" "else" "fi" "case" "in" "ouse" "out" "esac"

Reply via email to