Skip to content

Commit e153305

Browse files
authored
Merge pull request #87 from skangas/silence-byte-compiler
Fix byte-compiler warnings
2 parents 4f3cffa + 5bc4170 commit e153305

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

drupal-mode.el

+5-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,10 @@ Drupal mode will only do auto fill in comments (auto filling code
182182
is not nice).
183183
184184
If `Yes' enable `auto-fill-mode' in Drupal PHP mode buffers.
185-
If `No' don't enable `auto-fill-mode' in Drupal PHP mode buffers (`auto-fill-mode' can still be enabled by other settings)."
185+
186+
If `No' don't enable `auto-fill-mode' in Drupal PHP mode
187+
buffers (`auto-fill-mode' can still be enabled by other
188+
settings)."
186189
:type `(choice
187190
:tag "Enable `auto-fill-mode'."
188191
(const :tag "Yes" t)
@@ -340,6 +343,7 @@ function arguments.")
340343
"Drupal coding style.
341344
According to https://www.drupal.org/coding-standards."
342345
:link '(url-link :tag "drupal.org" "https://www.drupal.org/coding-standards")
346+
:type '(cons string (alist symbol sexp))
343347
:group 'drupal)
344348

345349
(c-add-style "drupal" drupal-style)

0 commit comments

Comments
 (0)