Skip to content

Commit a5243b6

Browse files
committed
No need for #.
1 parent 3ba088c commit a5243b6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

drupal/flycheck.el

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ See URL `http://pear.php.net/package/PHP_CodeSniffer/'."
8888
'(("\\(?1:.*\\):\\(?2:[0-9]+\\):\\(?3:[0-9]+\\): error - \\(?4:.*\\)" error)
8989
("\\(?1:.*\\):\\(?2:[0-9]+\\):\\(?3:[0-9]+\\): warning - \\(?4:.*\\)" warning))
9090
:modes '(css-mode js-mode)
91-
:predicate #'(lambda ()
92-
(apply 'derived-mode-p (append drupal-php-modes drupal-css-modes drupal-js-modes))))
93-
91+
:predicate '(lambda ()
92+
(apply 'derived-mode-p (append drupal-php-modes drupal-css-modes drupal-js-modes))))
9493

9594

9695
(provide 'drupal/flycheck)

0 commit comments

Comments
 (0)