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

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

[nongnu] elpa/vcomplete b8402112ba 60/91: ; Remove unnecessary declarati


From: ELPA Syncer
Subject: [nongnu] elpa/vcomplete b8402112ba 60/91: ; Remove unnecessary declaration
Date: Tue, 24 May 2022 15:59:09 -0400 (EDT)

branch: elpa/vcomplete
commit b8402112ba1061dce592597e06e8828f10349212
Author: Daniel Semyonov <daniel@dsemy.com>
Commit: Daniel Semyonov <daniel@dsemy.com>

    ; Remove unnecessary declaration
---
 vcomplete.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/vcomplete.el b/vcomplete.el
index 10140d6707..f720ee8904 100644
--- a/vcomplete.el
+++ b/vcomplete.el
@@ -107,7 +107,6 @@ Otherwise, operate according to `completion-auto-help'."
   "Evaluate BODY with the `*Completions*' buffer temporarily current.
 While evaluating BODY, BUFFER and WINDOW are locally bound to the
 `*Completions*' buffer and window respectively."
-  (declare (indent 0))
   `(when-let ((buffer (get-buffer "*Completions*"))
               (window (get-buffer-window buffer)))
      (save-current-buffer



reply via email to

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