[A68-MODE][COMMITTED] Add VOID to a68-std-modes
Jose E. Marchesi
jemarch@gnu.org
Sat Mar 22 10:10:52 GMT 2025
---
a68-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/a68-mode.el b/a68-mode.el
index a06fa4a..5d661bd 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
--
2.30.2
More information about the Algol68
mailing list