Skip to content

Commit 9ba23b0

Browse files
committed
Wrap a long line
1 parent 956b22e commit 9ba23b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inf-clojure.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,8 @@ Useful for commands that can invoked outside of an inf-clojure buffer
11981198
(cond
11991199
((null repl-buffers) (user-error "No inf-clojure buffers found"))
12001200
((= (length repl-buffers) 1) (car repl-buffers))
1201-
(t (get-buffer (completing-read "Select target inf-clojure buffer: " (mapcar #'buffer-name repl-buffers))))))))
1201+
(t (get-buffer (completing-read "Select target inf-clojure buffer: "
1202+
(mapcar #'buffer-name repl-buffers))))))))
12021203

12031204
(defun inf-clojure-quit (&optional buffer)
12041205
"Kill the REPL buffer and its underlying process.

0 commit comments

Comments
 (0)