File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 3838On `after-save-hook' run `drush etags' or `drush gtags'.
3939
4040Requires `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" )
Original file line number Diff line number Diff line change 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))))
You can’t perform that action at this time.
0 commit comments