We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16278de commit df0aaa5Copy full SHA for df0aaa5
1 file changed
inf-clojure.el
@@ -1527,9 +1527,7 @@ Returns the selected completion or nil."
1527
(let ((bounds (inf-clojure-completion-bounds-of-expr-at-point)))
1528
(when (and bounds (inf-clojure-get-feature (inf-clojure-proc) 'completion 'no-error))
1529
(list (car bounds) (cdr bounds)
1530
- (if (fboundp 'completion-table-with-cache)
1531
- (completion-table-with-cache #'inf-clojure-completions)
1532
- (completion-table-dynamic #'inf-clojure-completions))))))
+ (completion-table-with-cache #'inf-clojure-completions)))))
1533
1534
;;;; ElDoc
1535
;;;; =====
0 commit comments