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

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

[nongnu] elpa/sass-mode 30f6132 09/31: added missing ' in auto-mode-alis


From: ELPA Syncer
Subject: [nongnu] elpa/sass-mode 30f6132 09/31: added missing ' in auto-mode-alisp
Date: Sun, 29 Aug 2021 11:29:37 -0400 (EDT)

branch: elpa/sass-mode
commit 30f6132ef9e8febd778c0e24f65f494f8c05fc02
Author: Gaston Ramos <ramos.gaston@gmail.com>
Commit: Gaston Ramos <ramos.gaston@gmail.com>

    added missing ' in auto-mode-alisp
---
 sass-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sass-mode.el b/sass-mode.el
index cf52651..89748a9 100644
--- a/sass-mode.el
+++ b/sass-mode.el
@@ -202,7 +202,7 @@ LIMIT is the limit of the search."
         finally return t))
 
 ;;;###autoload
-(add-to-list 'auto-mode-alist '("\\.sass\\" . sass-mode))
+(add-to-list 'auto-mode-alist '("\\.sass\\'" . sass-mode))
 
 ;; Setup/Activation
 (provide 'sass-mode)



reply via email to

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