summaryrefslogtreecommitdiff
path: root/cider-util.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-util.el')
-rw-r--r--cider-util.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/cider-util.el b/cider-util.el
index a032f314..7fca3ba4 100644
--- a/cider-util.el
+++ b/cider-util.el
@@ -167,6 +167,10 @@ objects."
(cons el el)))
candidates))
+(defun cider-namespace-qualified-p (sym)
+ "Return t if SYM is namespace-qualified."
+ (string-match-p "[^/]+/" sym))
+
(provide 'cider-util)
;;; cider-util.el ends here