summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorVitalie Spinu <spinuvit@gmail.com>2018-06-18 00:45:16 +0200
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-06-18 07:37:17 +0300
commit36e51106911978f7a776c437393cb63ef1aba55e (patch)
treeda66658d76dec9514d6ccad158889b85790d381f /cider-mode.el
parent4a6a2501e801d72574d39842059f596c645295e4 (diff)
Remove lingering condition-case-unless-debug
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/cider-mode.el b/cider-mode.el
index 909830e1..1426688b 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -514,7 +514,7 @@ with the given LIMIT."
(let ((repl-types (seq-uniq (seq-map #'cider-repl-type (cider-repls))))
(result 'retry))
(while (and (eq result 'retry) (<= (point) limit))
- (condition-case-unless-debug condition
+ (condition-case condition
(setq result
(cider--anchored-search-suppressed-forms-internal
repl-types limit))
@@ -860,8 +860,7 @@ property."
(setq-local clojure-get-indent-function #'cider--get-symbol-indent))
(setq-local clojure-expected-ns-function #'cider-expected-ns)
(setq next-error-function #'cider-jump-to-compilation-error))
- (mapc #'kill-local-variable '(sesman-system
- completion-at-point-functions
+ (mapc #'kill-local-variable '(completion-at-point-functions
next-error-function
x-gtk-use-system-tooltips
font-lock-fontify-region-function