aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 98d79f00b6f..575b62d9709 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2440,9 +2440,15 @@ call to `message', the echo area will not be resized to display that
2440message; it will be truncated instead, as it was done in 20.x. 2440message; it will be truncated instead, as it was done in 20.x.
2441Default value is nil. 2441Default value is nil.
2442 2442
2443+++
2443** The user option `line-number-display-limit' can now be set to nil, 2444** The user option `line-number-display-limit' can now be set to nil,
2444meaning no limit. 2445meaning no limit.
2445 2446
2447+++
2448** The new user option `line-number-display-limit-width' controls
2449the maximum width of lines in a buffer for which Emacs displays line
2450numbers in the mode line. The default is 200.
2451
2446** `select-safe-coding-system' now also checks the most preferred 2452** `select-safe-coding-system' now also checks the most preferred
2447coding-system if buffer-file-coding-system is `undecided' and 2453coding-system if buffer-file-coding-system is `undecided' and
2448DEFAULT-CODING-SYSTEM is not specified, 2454DEFAULT-CODING-SYSTEM is not specified,