branch: scratch/editorconfig-cc
commit 0ebb188649f3373fe4d372e49e1edc1ae07f9935
Author: 10sr <[email protected]>
Commit: Stefan Monnier <[email protected]>
Disable delete-trailing-whitespace when buffer-read-only is nil
---
editorconfig.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/editorconfig.el b/editorconfig.el
index 45ef0bae3a..dd29aa7b1e 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -297,7 +297,6 @@ number - `lisp-indent-offset' is not set only if
indent_size is
eol)
nil t))))
-
(defun editorconfig-set-line-length (length)
"Set the max line length (`fill-column') to LENGTH."
(when (and (editorconfig-string-integer-p length)