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

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

[elpa] externals/cape 2ac24a8ac2 2/2: Simplification


From: ELPA Syncer
Subject: [elpa] externals/cape 2ac24a8ac2 2/2: Simplification
Date: Fri, 20 May 2022 13:57:21 -0400 (EDT)

branch: externals/cape
commit 2ac24a8ac26dc36a3930fab52863cf66583f5251
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Simplification
---
 cape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cape.el b/cape.el
index 85631942bb..995af85a28 100644
--- a/cape.el
+++ b/cape.el
@@ -577,7 +577,7 @@ If INTERACTIVE is nil the function acts like a Capf."
               :company-deprecated (funcall extra-fun :company-deprecated)
               :company-kind (funcall extra-fun :company-kind)
               :annotation-function (funcall extra-fun :annotation-function)
-              :exit-function (lambda (x s) (funcall (funcall extra-fun 
:exit-function) x s)))))))
+              :exit-function (funcall extra-fun :exit-function))))))
 
 (defun cape--company-call (&rest app)
   "Apply APP and handle future return values."



reply via email to

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