branch: externals/a68-mode commit 5e779e2e5d2b534108a3bc63a460da75a0d23510 Author: Jose E. Marchesi <jose.march...@oracle.com> Commit: Jose E. Marchesi <jose.march...@oracle.com>
Add VOID to a68-std-modes --- a68-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a68-mode.el b/a68-mode.el index a06fa4afab..5d661bd35e 100644 --- a/a68-mode.el +++ b/a68-mode.el @@ -72,7 +72,7 @@ (defconst a68-std-modes '("SHORT" "LONG" "INT" "REAL" "BITS" "BYTES" - "COMPL" "STRING" "REF" "FLEX") + "COMPL" "STRING" "REF" "FLEX" "VOID") "List of Algol 68 standard modes and shortety.") (defconst a68-keywords