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

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

[elpa] externals/embark c9df697437 1/9: Minor corrections


From: ELPA Syncer
Subject: [elpa] externals/embark c9df697437 1/9: Minor corrections
Date: Thu, 27 Apr 2023 10:58:04 -0400 (EDT)

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

    Minor corrections
---
 embark-consult.el | 2 +-
 embark.el         | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/embark-consult.el b/embark-consult.el
index 253858c122..a9dfd7d318 100644
--- a/embark-consult.el
+++ b/embark-consult.el
@@ -266,7 +266,7 @@ This function is meant to be added to 
`embark-collect-mode-hook'."
 (setf (alist-get '(file . consult-locate) embark-default-action-overrides)
       #'find-file)
 
-;;; Support for consult-isearch
+;;; Support for consult-isearch-history
 
 (setf (alist-get 'consult-isearch embark-transformer-alist)
       #'embark-consult--target-strip)
diff --git a/embark.el b/embark.el
index ac6084ca8d..f4247956c2 100644
--- a/embark.el
+++ b/embark.el
@@ -3303,7 +3303,6 @@ You can act on all selected targets at once with 
`embark-act-all'.")
 
 (declare-function vertico--candidate "ext:vertico")
 (declare-function vertico--update "ext:vertico")
-(declare-function vertico--remove-face "ext:vertico")
 (defvar vertico--input)
 (defvar vertico--candidates)
 (defvar vertico--base)



reply via email to

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