branch: elpa/vcomplete commit e37470eb13a1f5d3f916ece44a67dc104ba4b876 Author: Daniel Semyonov <cm...@dsemy.com> Commit: Daniel Semyonov <cm...@dsemy.com>
; Fix indentation --- vcomplete.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcomplete.el b/vcomplete.el index 2880b9e261..9d8a0f290f 100644 --- a/vcomplete.el +++ b/vcomplete.el @@ -160,8 +160,8 @@ With prefix argument N, move N items (negative N means move forward)." "Kill the buffer associated with the current completion (if it exists)." (interactive) (if-let ((buf (get-buffer vcomplete-current-completion))) - (when (kill-buffer-ask buf) - (minibuffer-completion-help)) + (when (kill-buffer-ask buf) + (minibuffer-completion-help)) (user-error "ā%sā is not a valid buffer" vcomplete-current-completion)))