branch: externals/a68-mode commit cb8d3d8c9fa32fab409a5c2ac82a4a9682606183 Author: Jose E. Marchesi <jose.march...@oracle.com> Commit: Jose E. Marchesi <jose.march...@oracle.com>
move REF from a68-keywords to a68-std-modes --- a68-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a68-mode.el b/a68-mode.el index 0ffdaf9de5..da6091ff75 100644 --- a/a68-mode.el +++ b/a68-mode.el @@ -73,7 +73,7 @@ (defconst a68-std-modes '("SHORT" "LONG" "INT" "REAL" "BITS" "BYTES" - "COMPL" "STRING") + "COMPL" "STRING" "REF") "List of Algol 68 standard modes and shortety.") (defconst a68-keywords @@ -93,7 +93,7 @@ "ELSF" "ORF" "OREL" "DIV" "OVER" "MOD" "ELEM" "SHL" "SHR" "OVERAB" "DIVAB" "MODAB" "UP" "DOWN" - "REF" "NIL" "TRUE" "FALSE" + "NIL" "TRUE" "FALSE" "MODULE" "DEF" "FED" "POSTLUDE" "ACCESS" "PUB") "List of Algol 68 keywords.")