emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/drupal-mode 5bc4170e87 305/308: Fix byte-compiler warnings


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode 5bc4170e87 305/308: Fix byte-compiler warnings
Date: Tue, 25 Jan 2022 11:00:01 -0500 (EST)

branch: elpa/drupal-mode
commit 5bc4170e871cd6ae0f6dc3d5ab466a8405721fb9
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]