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

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

[elpa] externals/consult d948041c16: Don't use hashed symbol


From: ELPA Syncer
Subject: [elpa] externals/consult d948041c16: Don't use hashed symbol
Date: Thu, 1 Dec 2022 17:57:28 -0500 (EST)

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

    Don't use hashed symbol
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index a80d545738..bc18e8989e 100644
--- a/consult.el
+++ b/consult.el
@@ -3747,7 +3747,7 @@ alternative, you can run `embark-export' from commands 
like `M-x' and
     (apropos pattern)))
 
 (make-obsolete
- #'consult-apropos
+ 'consult-apropos
  "consult-apropos has been deprecated in favor of Embark actions:
 M-x describe-symbol <regexp> M-x embark-export
 M-x describe-symbol <regexp> M-x embark-act a"



reply via email to

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