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

    Use the standard COMPL rather than COMPLEX
---
 a68-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/a68-mode.el b/a68-mode.el
index a9e213c8ae..fb1968416b 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -73,7 +73,7 @@
 
 (defconst a68-std-modes
   '("SHORT" "LONG" "INT" "REAL" "BITS" "BYTES"
-    "COMPLEX" "STRING")
+    "COMPL" "STRING")
   "List of Algol 68 standard modes and shortety.")
 
 (defconst a68-keywords

Reply via email to