branch: elpa/drupal-mode
commit f77dd902b4517226bf1ceb0e027e87e5dedd3c9e
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>
Add :link to defcustom. Part of #9.
---
drupal-mode.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drupal-mode.el b/drupal-mode.el
index c3fbb00aba..8655cd8a37 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -53,6 +53,7 @@ According to http://drupal.org/coding-standards#indenting."
(const :tag "Always" t)
(const :tag "Never" nil)
(const :tag "Ask" ask))
+ :link '(url-link "http://drupal.org/coding-standards#indenting")
:group 'drupal)
(make-variable-buffer-local 'drupal-convert-line-ending)
@@ -64,6 +65,7 @@ According to http://drupal.org/coding-standards#indenting."
:tag " we offer to delete trailing whitespace."
(const :tag "Always" t)
(const :tag "Never" nil))
+ :link '(url-link "http://drupal.org/coding-standards#indenting")
:group 'drupal)
;; Where to lookup symbols
@@ -121,6 +123,7 @@ According to http://drupal.org/coding-standards#indenting."
)
"Drupal coding style.
According to http://drupal.org/coding-standards#indenting."
+ :link '(url-link "http://drupal.org/coding-standards#indenting")
:group 'drupal)
(c-add-style "drupal" drupal-style)