branch: externals/javaimp
commit fce5fa9dc4c604d88eae7997ec6c18cccd49fd76
Author: Filipp Gunbin <[email protected]>
Commit: Filipp Gunbin <[email protected]>
Fix for previous commit
---
javaimp.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/javaimp.el b/javaimp.el
index c739064..50e49a7 100644
--- a/javaimp.el
+++ b/javaimp.el
@@ -236,7 +236,7 @@ any module's source file."
;; Prevent infloop on root
parent (file-name-directory (directory-file-name cur-dir))
cur-dir (unless (string= parent cur-dir) parent)))
- (read-file-name "Visit project from file: " nil files t)))
+ (list (read-file-name "Visit project from file: " nil files t))))
(setq file (expand-file-name file))
(let ((handler (or (assoc-default (file-name-nondirectory file)
javaimp-handler-regexp-alist