diff options
Diffstat (limited to '')
| -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 78a93a19d..c0053a673 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -359,7 +359,7 @@ Called by `imenu--generic-function'."  							(type//syntax (altRE "Union" "Or" "Variant"  												 "Tuple" "And" "Record"  												 "Rec" -												 "primitive" "->" +												 "Primitive" "->"  												 "All" "Ex"  												 "Interface"  												 "type")) | 
