branch: externals/javaimp
commit 7de7b2b872bd464086c0e0c4e97198b175f0c723
Author: Filipp Gunbin <[email protected]>
Commit: Filipp Gunbin <[email protected]>
And one more fix
---
javaimp.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/javaimp.el b/javaimp.el
index 50e49a7..ed4cc16 100644
--- a/javaimp.el
+++ b/javaimp.el
@@ -174,7 +174,7 @@ gradlew program, it is used in preference."
;; Variables
(defvar javaimp-handler-regexp-alist
- '(("\\`build.gradle" . ,#'javaimp--gradle-visit)
+ `(("\\`build.gradle" . ,#'javaimp--gradle-visit)
("\\`pom.xml\\'" . ,#'javaimp--maven-visit))
"Alist of file name patterns vs corresponding handler function.
A handler function takes one argument, a FILE.")