summaryrefslogtreecommitdiff
path: root/nrepl-client.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-07-09 10:18:41 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2017-07-09 10:18:41 +0300
commit2de15d1e3afb744f6c549b661640aed649617219 (patch)
treedccc79b9a4bb2f26497afadb5986195ea8771201 /nrepl-client.el
parentcc7bfb0fa8604d05683a81aa0255b2524e19ee81 (diff)
Mark nrepl-log-messages as safe
This way it can be customized on a per-project basis using .dir-locals.el without warnings.
Diffstat (limited to 'nrepl-client.el')
-rw-r--r--nrepl-client.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/nrepl-client.el b/nrepl-client.el
index 222d026c..4c2d5aa9 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -1065,7 +1065,8 @@ Enabling the logging might have a negative impact on performance,
so it's not recommended to keep it enabled unless you need to
debug something."
:type 'boolean
- :group 'nrepl)
+ :group 'nrepl
+ :safe #'booleanp)
(defconst nrepl-message-buffer-max-size 1000000
"Maximum size for the nREPL message buffer.