We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c837052 commit ce9d3a5Copy full SHA for ce9d3a5
drupal-mode.el
@@ -666,7 +666,7 @@ the location of DRUPAL_ROOT."
666
(re-search-forward "[ \t]\"?\\([^\"]+\\)\"?" (point-at-eol) t)
667
(setq version (match-string-no-properties 1)))
668
(goto-char (point-min))
669
- (when (re-search-forward "^name[ \t]=" nil t)
+ (when (re-search-forward "^name[ \t]*=" nil t)
670
(re-search-forward "[ \t]*\"?\\([^\"]+\\)\"?" (point-at-eol) t)
671
(setq module-name (match-string-no-properties 1)))
672
0 commit comments