branch: elpa/drupal-mode
commit ab0af570f89b3289962511c500d83f86f0303195
Author: Arne Jørgensen <[email protected]>
Commit: Arne Jørgensen <[email protected]>
Added .profile to `auto-load-alist' for `php-mode'.
---
drupal-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drupal-mode.el b/drupal-mode.el
index e0bd1ebe15..897c10e308 100644
--- a/drupal-mode.el
+++ b/drupal-mode.el
@@ -604,7 +604,7 @@ mode-hook."
;;;###autoload
(progn
- (add-to-list 'auto-mode-alist
'("\\.\\(module\\|test\\|install\\|tpl\\.php\\|theme\\)\\'" . php-mode))
+ (add-to-list 'auto-mode-alist
'("\\.\\(module\\|test\\|install\\|profile\\|tpl\\.php\\|theme\\)\\'" .
php-mode))
(add-to-list 'auto-mode-alist '("\\.info\\'" . conf-windows-mode)))