Skip to content

Commit 889fc24

Browse files
committed
Use setq.
1 parent a6a4bfa commit 889fc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drupal/flycheck.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ so no need to highlight it twice."
4949
drupal/phpcs-standard)
5050
;; Set the coding standard to "Drupal" (we checked that it is
5151
;; supported above.
52-
(set 'flycheck-phpcs-standard drupal/phpcs-standard)
52+
(setq flycheck-phpcs-standard drupal/phpcs-standard)
5353

5454
;; Flycheck will also highlight trailing whitespace as an
5555
;; error so no need to highlight it twice.

0 commit comments

Comments
 (0)