emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/vcomplete e37470eb13 05/91: ; Fix indentation


From: ELPA Syncer
Subject: [nongnu] elpa/vcomplete e37470eb13 05/91: ; Fix indentation
Date: Tue, 24 May 2022 15:59:05 -0400 (EDT)

branch: elpa/vcomplete
commit e37470eb13a1f5d3f916ece44a67dc104ba4b876
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]