summaryrefslogtreecommitdiff
path: root/cider-eldoc.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-07-09 10:21:09 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2017-07-09 10:21:09 +0300
commit976ffdbb57bf1a394c4705bdf0ed773c054c63bc (patch)
tree84d72c283f60b9d21d40c228380315e98a19f11a /cider-eldoc.el
parent2de15d1e3afb744f6c549b661640aed649617219 (diff)
Use #' consistently for :safe predicates
Diffstat (limited to 'cider-eldoc.el')
-rw-r--r--cider-eldoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-eldoc.el b/cider-eldoc.el
index 8af59508..58422977 100644
--- a/cider-eldoc.el
+++ b/cider-eldoc.el
@@ -82,7 +82,7 @@ a \"& x more\" suffix. Otherwise, all the classes are displayed."
So in (map inc ...) when the cursor is over inc its eldoc would be
displayed. When nil, always display eldoc for first symbol of the sexp."
:type 'boolean
- :safe 'booleanp
+ :safe #'booleanp
:group 'cider
:package-version '(cider . "0.13.0"))