diff options
author | Eduardo Julian | 2018-12-09 19:40:17 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-12-09 19:40:17 -0400 |
commit | 09ace8e56f5a2015e6ce2a6396e89063816e0318 (patch) | |
tree | 87c1b95dbe4b3a04e6346a258d746f287b017549 /lux-mode | |
parent | b47835644a16f43155b44333c0218293bcaf20a6 (diff) |
- Some refactoring.
- Eliminated "choice:" macro.
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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:" |