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 2ad9dec commit 3f30607Copy full SHA for 3f30607
drupal-mode.el
@@ -525,7 +525,7 @@ the location of DRUPAL_ROOT."
525
(hack-local-variables)
526
(when (or (not drupal-version)
527
(not drupal-rootdir))
528
- (dolist (file '("modules/system/system.module" "includes/bootstrap.inc" "core/includes/bootstrap.inc"))
+ (dolist (file '("modules/system/system.module" "includes/bootstrap.inc" "core/lib/Drupal.php"))
529
(let ((here (or buffer-file-name default-directory)))
530
(when here
531
(let ((dir (locate-dominating-file here file)))
0 commit comments