diff options
author | Eduardo Julian | 2022-08-11 16:50:42 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-08-11 16:50:42 -0400 |
commit | e5625dd840a8b8adc76987f649da254335d3d93a (patch) | |
tree | fb672669383525d90d462edf8c141f98bc953894 /lux-mode | |
parent | 065e8a4d8122d4616b570496915d2c0e2c78cd6b (diff) |
Improved exception-definition macro.
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 9e0d6b8d2..a94b2f166 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -399,7 +399,6 @@ Called by `imenu--generic-function'." (extension (altRE "analysis" "synthesis" "generation" "declaration")) (definition (altRE "\\.require" "def" "inlined" "type" - "exception" "vocabulary"))) (let ((control (altRE control//flow control//pattern-matching @@ -587,7 +586,6 @@ This function also returns nil meaning don't specify the indentation." ("def" 'defun) ("type" 'defun) - ("exception" 'defun) ("inlined" 'defun) ("context" 'defun) ("primitive" 'defun) |