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

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

[nongnu] elpa/yaml-mode e73adce 069/124: Fix regex in autoload as well


From: ELPA Syncer
Subject: [nongnu] elpa/yaml-mode e73adce 069/124: Fix regex in autoload as well
Date: Sun, 29 Aug 2021 11:36:15 -0400 (EDT)

branch: elpa/yaml-mode
commit e73adcebb1689a4a878dd6d56f3a52cd4ed04c4c
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Fix regex in autoload as well
---
 yaml-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yaml-mode.el b/yaml-mode.el
index f941c86..b8c1ddb 100644
--- a/yaml-mode.el
+++ b/yaml-mode.el
@@ -431,7 +431,7 @@ cross boundaries of block literals."
   yaml-mode-version)
 
 ;;;###autoload
-(add-to-list 'auto-mode-alist '("\\.e?ya?ml$" . yaml-mode))
+(add-to-list 'auto-mode-alist '("\\.e?ya?ml\\'" . yaml-mode))
 
 (provide 'yaml-mode)
 



reply via email to

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