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

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

[elpa] externals/cape 5e6abb568a 113/146: Rename capf function in analog


From: ELPA Syncer
Subject: [elpa] externals/cape 5e6abb568a 113/146: Rename capf function in analogy to the table function
Date: Sun, 9 Jan 2022 20:57:47 -0500 (EST)

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

    Rename capf function in analogy to the table function
---
 README.org | 2 +-
 cape.el    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 115bbadb94..9aee1a9df8 100644
--- a/README.org
+++ b/README.org
@@ -159,6 +159,6 @@ achieve a similarly refreshing strategy.
 - ~cape-silent-capf~: Wrap a chatty Capf and silence it.
 - ~cape-noninterruptible-capf~: Protect a Capf which does not like to be 
interrupted.
 - ~cape-interactive-capf~: Create a Capf which can be called interactively.
+- ~cape-capf-case-fold~: Create a Capf which is case insensitive.
 - ~cape-capf-with-properties~: Add completion properties to a Capf.
 - ~cape-capf-with-predicate~: Add candidate predicate to a Capf.
-- ~cape-capf-with-case-fold~: Create a Capf which is case insensitive.
diff --git a/cape.el b/cape.el
index 966817f55e..85d9aaaf64 100644
--- a/cape.el
+++ b/cape.el
@@ -876,7 +876,7 @@ The PREDICATE is passed the candidate symbol or string."
        `(,beg ,end ,(cape--silent-table table) ,@plist)))))
 
 ;;;###autoload
-(defun cape-capf-with-case-fold (capf)
+(defun cape-capf-case-fold (capf)
   "Create a new CAPF which is case insensitive."
   (lambda ()
     (pcase (funcall capf)



reply via email to

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