Skip to content

Commit

Permalink
prompt-buffer(update-prompt-input): Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadcg committed Nov 8, 2023
1 parent 8f32a57 commit 43409a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/prompt-buffer.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,8 @@ If you want to set the input, see `set-prompt-buffer-input'."
(setf (prompter:input prompt-buffer) input)
;; TODO: Stop loop when prompt-buffer is no longer current.
(labels ((maybe-update-view ()
(let ((next-source (when (find prompt-buffer (active-prompt-buffers (window prompt-buffer)))
(let ((next-source (when (find prompt-buffer
(active-prompt-buffers (window prompt-buffer)))
(prompter:next-ready-p prompt-buffer))))
(cond
;; Nothing to do:
Expand Down

0 comments on commit 43409a2

Please sign in to comment.