From 09ace8e56f5a2015e6ce2a6396e89063816e0318 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 9 Dec 2018 19:40:17 -0400 Subject: - Some refactoring. - Eliminated "choice:" macro. --- lux-mode/lux-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-mode/lux-mode.el') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 1f2805a30..45fbb75ec 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -295,7 +295,7 @@ Called by `imenu--generic-function'." function-application ;;;;;;;;;;;;;;;;;;;;;;;; "\\.module:" - "def:" "type:" "program:" "context:" "choice:" + "def:" "type:" "program:" "context:" "macro:" "syntax:" "with-expansions" "exception:" -- cgit v1.2.3