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

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

[elpa] externals/consult e5e2bbd 2/3: Minor corrections


From: ELPA Syncer
Subject: [elpa] externals/consult e5e2bbd 2/3: Minor corrections
Date: Fri, 30 Jul 2021 11:57:08 -0400 (EDT)

branch: externals/consult
commit e5e2bbdc3a5bcc873a2a43b64535650ed8b1ec4f
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Minor corrections
---
 consult.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/consult.el b/consult.el
index 861952a..661eb05 100644
--- a/consult.el
+++ b/consult.el
@@ -552,7 +552,7 @@ ARGS is a list of commands or sources followed by the list 
of keyword-value pair
        (setq ,list (cdr ,head))
        nil)))
 
-;; Upstream bug#49776, Consult issue 
https://github.com/minad/consult/issues/193
+;; Upstream bug#46326, Consult issue 
https://github.com/minad/consult/issues/193
 (defmacro consult--minibuffer-with-setup-hook (fun &rest body)
   "Variant of `minibuffer-with-setup-hook' using a symbol and `fset'.
 
@@ -2094,7 +2094,8 @@ of functions and in `consult-completion-in-region'."
       (lambda (cand restore)
         (if restore
             (when ov (delete-overlay ov))
-          (unless ov (setq ov (consult--overlay start end 'invisible t
+          (unless ov (setq ov (consult--overlay start end
+                                                'invisible t
                                                 'window (selected-window))))
           ;; Use `add-face-text-property' on a copy of "cand in order to merge 
face properties
           (setq cand (copy-sequence cand))



reply via email to

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