Skip to content

Commit 4e4714f

Browse files
committed
...
1 parent 0a9d8df commit 4e4714f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

drupal/autoinsert.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2012, 2013 Arne Jørgensen
44

55
;; Author: Arne Jørgensen <[email protected]>
6-
;; Keywords:
6+
;; Keywords:
77

88
;; This file is part of Drupal mode.
99

drupal/emacs-drush.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
On `after-save-hook' run `drush etags' or `drush gtags'.
3939
4040
Requires `Drush utilities for Emacs users' to be installed."
41-
:type `(choice
41+
:type `(choice
4242
(const :tag "Yes" t)
4343
(const :tag "No" nil))
4444
:link '(url-link :tag "Drush utilities for Emacs users" "https://drupal.org/project/emacs_drush")

drupal/phpcs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
;; command. Check for both.
3535
(call-process (or (and (boundp 'flymake-phpcs-command) (executable-find flymake-phpcs-command)) (executable-find "phpcs")) nil (list t nil) nil "-i")))))
3636
(when (string-match
37-
"\\(Drupal[^,
37+
"\\(Drupal[^,
3838
]*\\)"
3939
standards)
4040
(match-string-no-properties 1 standards))))

0 commit comments

Comments
 (0)