branch: externals/a68-mode
commit 8f6d22fec7ae76249492ebcd0f2079ea2d42b8ff
Author: Jose E. Marchesi <[email protected]>
Commit: Jose E. Marchesi <[email protected]>
Fix smie rule for KEEP exports
---
a68-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/a68-mode.el b/a68-mode.el
index 1df970da3b..a7394f9c81 100644
--- a/a68-mode.el
+++ b/a68-mode.el
@@ -148,7 +148,7 @@
(proc-decl (proc-decl "," proc-decl)
("OP" ids "=" args ids ":" exp)
("PROC" ids "=" ids ":" exp))
- (exports ("KEEP" id "," id "FINISH"))
+ (exports ("KEEP" fields "FINISH"))
;; TODO: this don't cover all the loop
;; possibilities.
(loop ("FOR" exp "FROM" exp "TO" exp "BY" exp