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

    Add FLEX 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 da6091ff75..a68112e646 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" "REF")
+    "COMPL" "STRING" "REF" "FLEX")
   "List of Algol 68 standard modes and shortety.")
 
 (defconst a68-keywords

Reply via email to