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

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

[nongnu] elpa/drupal-mode a6a4bfa842 144/308: No quoting necessary, says


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode a6a4bfa842 144/308: No quoting necessary, says wiser minds than mine.
Date: Tue, 25 Jan 2022 10:59:39 -0500 (EST)

branch: elpa/drupal-mode
commit a6a4bfa842708ee4e1d85baaf1f1f52b39ef9f24
Author: Thomas Fini Hansen <xen@xen.dk>
Commit: Thomas Fini Hansen <xen@xen.dk>

    No quoting necessary, says wiser minds than mine.
---
 drupal/flycheck.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drupal/flycheck.el b/drupal/flycheck.el
index 6065665cd1..76b8a1c855 100644
--- a/drupal/flycheck.el
+++ b/drupal/flycheck.el
@@ -79,8 +79,8 @@ See URL `http://pear.php.net/package/PHP_CodeSniffer/'."
   '(("\\(?1:.*\\):\\(?2:[0-9]+\\):\\(?3:[0-9]+\\): error - \\(?4:.*\\)" error)
     ("\\(?1:.*\\):\\(?2:[0-9]+\\):\\(?3:[0-9]+\\): warning - \\(?4:.*\\)" 
warning))
   :modes '(css-mode js-mode)
-  :predicate '(lambda ()
-                (and drupal/flycheck-phpcs-js-and-css (apply 'derived-mode-p 
(append drupal-php-modes drupal-css-modes drupal-js-modes)))))
+  :predicate (lambda ()
+               (and drupal/flycheck-phpcs-js-and-css (apply 'derived-mode-p 
(append drupal-php-modes drupal-css-modes drupal-js-modes)))))
 (add-to-list 'flycheck-checkers 'css-js-phpcs)
 
 



reply via email to

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