summaryrefslogtreecommitdiff
path: root/cider-stacktrace.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-24 09:37:37 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-24 09:37:37 +0300
commit123277f3c9efaf6cf5a450614be8da7c5781ad55 (patch)
treec76412a35c6d4dbbd94c9a49d3add655ece1abcc /cider-stacktrace.el
parent3e645d1baf5bae686a548afe8d1b6a70dc0d8ec0 (diff)
Fix the indentation
Diffstat (limited to 'cider-stacktrace.el')
-rw-r--r--cider-stacktrace.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index 494d5c94..94234b34 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -643,8 +643,8 @@ others."
'follow-link t
'action 'cider-stacktrace-filter
'help-echo (cider-stacktrace-tooltip
- (format "Toggle %s stack frames"
- (car filter))))
+ (format "Toggle %s stack frames"
+ (car filter))))
(insert " "))
(insert "\n")
(insert " Hide: ")
@@ -654,8 +654,8 @@ others."
'follow-link t
'action 'cider-stacktrace-filter
'help-echo (cider-stacktrace-tooltip
- (format "Toggle %s stack frames"
- (car filter))))
+ (format "Toggle %s stack frames"
+ (car filter))))
(insert " "))
(let ((hidden "(0 frames hidden)"))
@@ -671,7 +671,7 @@ others."
'follow-link t
'action (lambda (_button) (cider-report-bug))
'help-echo (cider-stacktrace-tooltip
- "Report bug to the CIDER team."))
+ "Report bug to the CIDER team."))
(insert "`.\n\n")
(insert "\
If these stacktraces are occuring frequently, consider using the
@@ -690,8 +690,8 @@ others."
'cider-stacktrace-suppressed-button-face
'cider-stacktrace-promoted-button-face)
'help-echo (cider-stacktrace-tooltip
- (format "Click to %s these stacktraces."
- (if suppressed "promote" "suppress")))))
+ (format "Click to %s these stacktraces."
+ (if suppressed "promote" "suppress")))))
(insert " ")))))
(defun cider-stacktrace-render-frame (buffer frame)
@@ -709,7 +709,7 @@ This associates text properties to enable filtering and source navigation."
'flags flags 'follow-link t
'action 'cider-stacktrace-navigate
'help-echo (cider-stacktrace-tooltip
- "View source at this location")
+ "View source at this location")
'font-lock-face 'cider-stacktrace-face
'type 'cider-plain-button)
(save-excursion