branch: elpa/vcomplete commit 6a3b02df466e6e9cec5f3552948383f840e37a4d Author: Daniel Semyonov <dan...@dsemy.com> Commit: Daniel Semyonov <dan...@dsemy.com>
* vcomplete.el (vcomplete-with-completions-buffer): Allow debugging body --- vcomplete.el | 1 + 1 file changed, 1 insertion(+) diff --git a/vcomplete.el b/vcomplete.el index 74e188bbbd..cf9a5ab67c 100644 --- a/vcomplete.el +++ b/vcomplete.el @@ -132,6 +132,7 @@ 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 (debug (&rest form))) `(when-let ((buffer (get-buffer "*Completions*")) (window (get-buffer-window buffer vcomplete-search-range)))