summaryrefslogtreecommitdiff
path: root/cider-repl-history.el
diff options
context:
space:
mode:
authorNeil Okamoto <neil.okamoto@gmail.com>2018-02-06 17:16:55 -0800
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2018-03-05 08:13:41 +0700
commit547a8db61cf86503fd250dc7d534448b3b785292 (patch)
treee601484007dc2c0b66a642e313939b91befb8d59 /cider-repl-history.el
parent30fe9ea32446bb90057d3c57334a9cbe868e8e69 (diff)
[#2199] Indentation adjustments, per elisp-lint
Diffstat (limited to 'cider-repl-history.el')
-rw-r--r--cider-repl-history.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/cider-repl-history.el b/cider-repl-history.el
index c1a5a387..c4d66dbc 100644
--- a/cider-repl-history.el
+++ b/cider-repl-history.el
@@ -676,8 +676,8 @@ text from the *cider-repl-history* buffer."
(interactive)
(cl-assert (eq major-mode 'cider-repl-history-mode))
(cider-repl-history-setup cider-repl-history-repl-window
- cider-repl-history-repl-buffer
- (current-buffer))
+ cider-repl-history-repl-buffer
+ (current-buffer))
(cider-repl-history-resize-window))
(defun cider-repl-history-occur (regexp)
@@ -687,9 +687,9 @@ text from the *cider-repl-history* buffer."
"Display command history entries matching" nil)))
(cl-assert (eq major-mode 'cider-repl-history-mode))
(cider-repl-history-setup cider-repl-history-repl-window
- cider-repl-history-repl-buffer
- (current-buffer)
- regexp)
+ cider-repl-history-repl-buffer
+ (current-buffer)
+ regexp)
(cider-repl-history-resize-window))
(put 'cider-repl-history-mode 'mode-class 'special)