branch: scratch/editorconfig-cc
commit 903e483a700aed386468944809c83979e5d6133a
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Make `editorconfig-apply' an interactive command
---
 editorconfig.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/editorconfig.el b/editorconfig.el
index 9f9c672e05..489e34d54d 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -228,6 +228,7 @@ It calls `editorconfig-get-properties-from-exec' if
 
 (defun editorconfig-apply ()
   "Apply EditorConfig properties for current buffer."
+  (interactive)
   (when buffer-file-name
     (let ((props (and (functionp editorconfig-get-properties-function)
                       (funcall editorconfig-get-properties-function))))

Reply via email to