branch: scratch/editorconfig-cc
commit 0382519088106206e3a1ee27890700daa135147e
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Fix function name
---
 editorconfig.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editorconfig.el b/editorconfig.el
index 96c23b995d..578ce109b9 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -441,7 +441,7 @@ EXT should be a string like `\"ini\"`, if not nil or empty 
string."
     (let ((mode (editorconfig--find-mode-from-ext ext
                                                   buffer-file-name)))
       (if mode
-            (editorconig-apply-major-mode-safely mode)
+          (editorconfig-apply-major-mode-safely mode)
         (display-warning :error (format "Major-mode for `%s' not found"
                                         ext))
         nil))))

Reply via email to