branch: externals/relint
commit 66522cac6798686bfff5cfd223c504c1ad80614c
Author: Mattias Engdegård <matti...@acm.org>
Commit: Mattias Engdegård <matti...@acm.org>

    Increment version to 1.1
---
 trawl.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/trawl.el b/trawl.el
index ed7b630..6f51bf0 100644
--- a/trawl.el
+++ b/trawl.el
@@ -1,7 +1,7 @@
 ;;; trawl.el --- Scan elisp files for regexp errors -*- lexical-binding: t -*-
 
 ;; Author: Mattias Engdegård <matti...@acm.org>
-;; Version: 1.0
+;; Version: 1.1
 ;; Package-Requires: ((xr "1.4"))
 ;; Keywords: lisp, maint, regexps
 
@@ -462,8 +462,6 @@
                  re (format "%s (%s)" name rule-name) file pos path)))))
         (trawl--get-list form)))
 
-;; FIXME: handle let-when-compile
-
 (defun trawl--check-form-recursively (form file pos path)
   (pcase form
     (`(,(or `looking-at `re-search-forward `re-search-backward

Reply via email to