branch: elpa/drupal-mode
commit 4e4714fc1652ae809b78d1724bb73f46176463f8
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>
...
---
drupal/autoinsert.el | 2 +-
drupal/emacs-drush.el | 2 +-
drupal/phpcs.el | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drupal/autoinsert.el b/drupal/autoinsert.el
index 751bbdcaa6..f9fe01d3f4 100644
--- a/drupal/autoinsert.el
+++ b/drupal/autoinsert.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2012, 2013 Arne Jørgensen
;; Author: Arne Jørgensen <[email protected]>
-;; Keywords:
+;; Keywords:
;; This file is part of Drupal mode.
diff --git a/drupal/emacs-drush.el b/drupal/emacs-drush.el
index bc6245278c..dad8c5774e 100644
--- a/drupal/emacs-drush.el
+++ b/drupal/emacs-drush.el
@@ -38,7 +38,7 @@
On `after-save-hook' run `drush etags' or `drush gtags'.
Requires `Drush utilities for Emacs users' to be installed."
- :type `(choice
+ :type `(choice
(const :tag "Yes" t)
(const :tag "No" nil))
:link '(url-link :tag "Drush utilities for Emacs users"
"https://drupal.org/project/emacs_drush")
diff --git a/drupal/phpcs.el b/drupal/phpcs.el
index c9fd848df8..d8890305d8 100644
--- a/drupal/phpcs.el
+++ b/drupal/phpcs.el
@@ -34,7 +34,7 @@
;; command. Check for both.
(call-process (or (and (boundp
'flymake-phpcs-command) (executable-find flymake-phpcs-command))
(executable-find "phpcs")) nil (list t nil) nil "-i")))))
(when (string-match
- "\\(Drupal[^,
+ "\\(Drupal[^,
]*\\)"
standards)
(match-string-no-properties 1 standards))))