diff options
author | Eduardo Julian | 2017-09-08 19:19:22 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-09-08 19:19:22 -0400 |
commit | 06713336cdfd09db3eba26eda2c04db05bcd71e4 (patch) | |
tree | f775c46fd273c523e633e20386c332b925fe39e3 /lux-mode | |
parent | 2697c570707ffa379225b6112b09fdec654eb0c8 (diff) |
- Re-named "jvm-import" to "import".
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index c6f7e4b58..9fc30c4d1 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -237,7 +237,7 @@ Called by `imenu--generic-function'." "infix" "format" "`" "`'" "'" "do-template" - "object" "jvm-import" "do-to" "with-open" "synchronized" "class-for" + "object" "import" "do-to" "with-open" "synchronized" "class-for" "doc" "regex" ) t) @@ -391,7 +391,7 @@ This function also returns nil meaning don't specify the indentation." (synchronized 'defun) (object 'defun) (do-to 'defun) - (jvm-import 'defun) + (import 'defun) (testing 'defun) (comment 'defun) (doE 'defun) |