File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1836,14 +1836,14 @@ FEATURE is either :clj or :cljs."
1836
1836
(or (cljr--clj-file-p)
1837
1837
(when (cljr--cljc-file-p)
1838
1838
(cond
1839
- ((cljr--point-in-reader-conditional-p)
1840
- (cljr--point-in-reader-conditional-branch-p :clj ))
1841
- (cljr-assume-language-context
1842
- (string-equal cljr-assume-language-context " clj" ))
1843
- (t
1844
- (string-equal (cljr--prompt-user-for " Language context at point? "
1845
- (list " clj" " cljs" ))
1846
- " clj" ))))))
1839
+ ((cljr--point-in-reader-conditional-p)
1840
+ (cljr--point-in-reader-conditional-branch-p :clj ))
1841
+ (cljr-assume-language-context
1842
+ (string-equal cljr-assume-language-context " clj" ))
1843
+ (t
1844
+ (string-equal (cljr--prompt-user-for " Language context at point? "
1845
+ (list " clj" " cljs" ))
1846
+ " clj" ))))))
1847
1847
1848
1848
(defun cljr--aget (map key )
1849
1849
(cdr (assoc key map)))
You can’t perform that action at this time.
0 commit comments