emacs-diffs
[Top][All Lists]
Advanced

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

master d22a914 1/2: Fix defgeneric name of gnus-search-index(ed)-extract


From: Eric Abrahamsen
Subject: master d22a914 1/2: Fix defgeneric name of gnus-search-index(ed)-extract
Date: Wed, 11 Nov 2020 13:45:53 -0500 (EST)

branch: master
commit d22a914c799ee9cf076ed8eb1d5487500b8d06aa
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Fix defgeneric name of gnus-search-index(ed)-extract
    
    * lisp/gnus/gnus-search.el (gnus-search-indexed-extract): Had the
    wrong name on the generic.
---
 lisp/gnus/gnus-search.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/gnus-search.el b/lisp/gnus/gnus-search.el
index 8b71daa..fad120a 100644
--- a/lisp/gnus/gnus-search.el
+++ b/lisp/gnus/gnus-search.el
@@ -1315,7 +1315,7 @@ filenames, sometimes with additional information.  
Returns a list
 of viable results, in the form of a list of [group article score]
 vectors.")
 
-(cl-defgeneric gnus-search-index-extract (engine)
+(cl-defgeneric gnus-search-indexed-extract (engine)
   "Extract a single article result from the current buffer.
 Returns a list of two values: a file name, and a relevancy score.
 Advances point to the beginning of the next result.")



reply via email to

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