branch: elpa/drupal-mode
commit e1533052ad0e7977cd843a71cfd37fa3336d012f
Merge: 4f3cffa76d 5bc4170e87
Author: Arne Jørgensen <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #87 from skangas/silence-byte-compiler
Fix byte-compiler warnings
---
drupal-mode.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/drupal-mode.el b/drupal-mode.el
index 0d7e82ee03..c0d4e09fc8 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -182,7 +182,10 @@ Drupal mode will only do auto fill in comments (auto
filling code
is not nice).
If `Yes' enable `auto-fill-mode' in Drupal PHP mode buffers.
-If `No' don't enable `auto-fill-mode' in Drupal PHP mode buffers
(`auto-fill-mode' can still be enabled by other settings)."
+
+If `No' don't enable `auto-fill-mode' in Drupal PHP mode
+buffers (`auto-fill-mode' can still be enabled by other
+settings)."
:type `(choice
:tag "Enable `auto-fill-mode'."
(const :tag "Yes" t)
@@ -340,6 +343,7 @@ function arguments.")
"Drupal coding style.
According to https://www.drupal.org/coding-standards."
:link '(url-link :tag "drupal.org" "https://www.drupal.org/coding-standards")
+ :type '(cons string (alist symbol sexp))
:group 'drupal)
(c-add-style "drupal" drupal-style)