emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/drupal-mode ab0af570f8 095/308: Added .profile to `auto-lo


From: ELPA Syncer
Subject: [nongnu] elpa/drupal-mode ab0af570f8 095/308: Added .profile to `auto-load-alist' for `php-mode'.
Date: Tue, 25 Jan 2022 10:59:33 -0500 (EST)

branch: elpa/drupal-mode
commit ab0af570f89b3289962511c500d83f86f0303195
Author: Arne Jørgensen <arne@arnested.dk>
Commit: Arne Jørgensen <arne@arnested.dk>

    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)))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]