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

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

[elpa] externals/relint 66522ca 12/44: Increment version to 1.1


From: Mattias Engdegård
Subject: [elpa] externals/relint 66522ca 12/44: Increment version to 1.1
Date: Tue, 26 Mar 2019 12:57:26 -0400 (EDT)

branch: externals/relint
commit 66522cac6798686bfff5cfd223c504c1ad80614c
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    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 <address@hidden>
-;; 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

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