branch: elpa/annotate
commit f7c4fc47abed29a3abeb803ed93d2b98048b5c39
Author: cage <cage@invalid>
Commit: cage <cage@invalid>

    - removed reference in a comment for a non existent argument function.
---
 annotate.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/annotate.el b/annotate.el
index f8c47993e7..ac86378483 100644
--- a/annotate.el
+++ b/annotate.el
@@ -2799,12 +2799,10 @@ Arguments:
                 (annotate-summary-token-symbol-match looking-symbol token))
               ;; this function will parse the rule operator
               ;; OPERATOR   := AND | OR
-              ;; where
-              ;; previous-token is the value of the token just matched in rule
               ;; NOTE OPERATOR NOTE
               ;; filter-fn     see the docstring
               ;; matchp        non nil if (funcall filter-fn previous-token) 
is not nil
-              (operator             (filter-fn annotation matchp)
+              (operator (filter-fn annotation matchp)
                (let ((look-ahead        (annotate-summary-lexer t)))
                  (if (annotate-summary-query-parse-end-input-p look-ahead)
                      ;; end of input, recurse one more time

Reply via email to