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

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

[nongnu] elpa/annotate f7c4fc47ab 09/17: - removed reference in a commen


From: ELPA Syncer
Subject: [nongnu] elpa/annotate f7c4fc47ab 09/17: - removed reference in a comment for a non existent argument function.
Date: Fri, 25 Feb 2022 14:57:56 -0500 (EST)

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

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