[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/drupal-mode ce9d3a564f 215/308: Fixed regexp.
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/drupal-mode ce9d3a564f 215/308: Fixed regexp. |
Date: |
Tue, 25 Jan 2022 10:59:49 -0500 (EST) |
branch: elpa/drupal-mode
commit ce9d3a564f1e22c0cb1c06965c41fd534d0e3ba9
Author: Arne Jørgensen <arne@arnested.dk>
Commit: Arne Jørgensen <arne@arnested.dk>
Fixed regexp.
Minor glitch in on of the improved regexps from #50.
---
drupal-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drupal-mode.el b/drupal-mode.el
index 7cc6d356b1..53dae43468 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -666,7 +666,7 @@ the location of DRUPAL_ROOT."
(re-search-forward "[ \t]\"?\\([^\"]+\\)\"?" (point-at-eol) t)
(setq version (match-string-no-properties 1)))
(goto-char (point-min))
- (when (re-search-forward "^name[ \t]=" nil t)
+ (when (re-search-forward "^name[ \t]*=" nil t)
(re-search-forward "[ \t]*\"?\\([^\"]+\\)\"?" (point-at-eol) t)
(setq module-name (match-string-no-properties 1)))
(goto-char (point-min))
- [nongnu] elpa/drupal-mode 0eac30704b 167/308: Don't delete `'trailing` form `whitespace-style` after all., (continued)
- [nongnu] elpa/drupal-mode 0eac30704b 167/308: Don't delete `'trailing` form `whitespace-style` after all., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 3c32d7e938 169/308: `flycheck-declare-checker` is now `flycheck-define-checker`, ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 3cf6d3a8a9 173/308: Updated phpcs patterns to new flycheck format., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode a4768c704e 178/308: Fixed namespace of custom variable., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 5ac9531321 177/308: Added default to run flymake in place., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode b2ba37e71a 180/308: Bumped version to 0.4.0., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 65efa5b78a 186/308: Removed usage of directory local variables., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 13b2fff6ef 196/308: Use flycheck-add-next-checker., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 507da75f31 212/308: Use `special-mode` for drush php-eval output., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 11bfbda293 217/308: Added drupal-mode to dired buffers., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode ce9d3a564f 215/308: Fixed regexp.,
ELPA Syncer <=
- [nongnu] elpa/drupal-mode 75e1d2dccc 230/308: Require dependency., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 20c4d561bc 245/308: Merge branch 'release/0.6.0' into develop, ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode d03a71c891 247/308: Bump version number to 0.6.1., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode bdf3709e10 253/308: Fix bug in drupal/etags-get-function-args, ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 708f318b12 254/308: Merge pull request #64 from joddie/fix/etags-moves-point, ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode b59ad24b6e 258/308: Merge pull request #66 from joddie/fix/etags-hook-skeleton, ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode 72c533c619 256/308: Remove redundant `require` calls, ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode de52d2757c 260/308: Added Travis CU config., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode b4a66092bd 263/308: Removed git snapshot from travis ci., ELPA Syncer, 2022/01/25
- [nongnu] elpa/drupal-mode e47d7697e6 264/308: Fix drupal-phpcs checker predicate, ELPA Syncer, 2022/01/25