branch: elpa/drupal-mode
commit 889fc244272067acbb86b70a859c286d8e5f2e5c
Author: Thomas Fini Hansen <[email protected]>
Commit: Thomas Fini Hansen <[email protected]>
Use setq.
---
drupal/flycheck.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drupal/flycheck.el b/drupal/flycheck.el
index 76b8a1c855..0cc0d214e7 100644
--- a/drupal/flycheck.el
+++ b/drupal/flycheck.el
@@ -49,7 +49,7 @@ so no need to highlight it twice."
drupal/phpcs-standard)
;; Set the coding standard to "Drupal" (we checked that it is
;; supported above.
- (set 'flycheck-phpcs-standard drupal/phpcs-standard)
+ (setq flycheck-phpcs-standard drupal/phpcs-standard)
;; Flycheck will also highlight trailing whitespace as an
;; error so no need to highlight it twice.