[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/editorconfig-cc 907a4afa7a 143/351: Set `fill-column` d
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/editorconfig-cc 907a4afa7a 143/351: Set `fill-column` directly |
Date: |
Thu, 13 Jun 2024 18:38:48 -0400 (EDT) |
branch: scratch/editorconfig-cc
commit 907a4afa7a114ba9aebd65df8d58792b8a4068dc
Author: Simen Heggestøyl <simen@e5r.no>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
Set `fill-column` directly
Set `fill-column` directly instead of using `set-fill-column`. That
function is useful when used interactively, but when called from Lisp
it’s almost equivalent to just setting `fill-column` directly, and it
avoids showing the “Fill column set to…” message.
---
editorconfig.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/editorconfig.el b/editorconfig.el
index 4886a4c76a..de31620810 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -277,7 +277,7 @@ current buffer yet.")
"Set the max line length (`fill-column') to LENGTH."
(when (and (editorconfig-string-integer-p length)
(> (string-to-number length) 0))
- (set-fill-column (string-to-number length))))
+ (setq fill-column (string-to-number length))))
(defun editorconfig-call-editorconfig-exec ()
)
- [nongnu] scratch/editorconfig-cc 4f7a5b0c53 104/351: Use truename for editorconfig name, (continued)
- [nongnu] scratch/editorconfig-cc 4f7a5b0c53 104/351: Use truename for editorconfig name, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 9de91946be 134/351: By default always use Emacs Lisp Core when accessing remote files (#118), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6cf680e9c7 112/351: Print line number and its content on parse error (#95), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 05f63eca50 136/351: Update year in copyright, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 58e2e82ce3 151/351: Add apache-mode support (#135), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc a38a4f2111 160/351: Add tests for lisp-indent-offset ignore, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 4615e1b66b 108/351: Bump version to 0.7.6, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 25edbde066 142/351: Add support for feature mode. (#128), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d6632cb80b 111/351: Add a note about deprecating marmalade repository, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 34ad61d6f8 119/351: Bump version to 0.7.7, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 907a4afa7a 143/351: Set `fill-column` directly,
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc 302afbb3e3 150/351: Add file_type_emacs to editorocnfig-conf-mode keywords, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 849229726d 127/351: Massive reformatting of docstrings., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 53507a8f23 158/351: Add csharp-mode support (#154), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 490381ede2 154/351: Prepare v0.7.11, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 17ba04ab68 141/351: Update editorconfig-conf-mode lighter text, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc b33e5568ff 172/351: Add test for various normal whitespace, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 270193df31 175/351: Fix batch command for emacs26-pretest testing, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 706348108c 181/351: Check editorconfig configs when read only state changes, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 96129d1007 190/351: Update doc, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 988220a65b 189/351: Update header.txt, Stefan Monnier, 2024/06/13