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

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

[nongnu] elpa/drupal-mode e1533052ad 306/308: Merge pull request #87 fro


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode e1533052ad 306/308: Merge pull request #87 from skangas/silence-byte-compiler
Date: Tue, 25 Jan 2022 11:00:01 -0500 (EST)

branch: elpa/drupal-mode
commit e1533052ad0e7977cd843a71cfd37fa3336d012f
Merge: 4f3cffa76d 5bc4170e87
Author: Arne Jørgensen <arne@arnested.dk>
Commit: GitHub <noreply@github.com>

    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)



reply via email to

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