aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMattias EngdegÄrd2025-07-19 12:40:03 +0200
committerMattias EngdegÄrd2025-07-19 15:12:52 +0200
commite9deec70dac822f2f312497c6d7a7bd6b4e648bb (patch)
treeb9f47a200a47cb91ec2238e7e99e8ea1adee8556 /etc
parentce90f00feceb64f2dde9a4b4997b9e71a2d52387 (diff)
downloademacs-e9deec70dac822f2f312497c6d7a7bd6b4e648bb.tar.gz
emacs-e9deec70dac822f2f312497c6d7a7bd6b4e648bb.zip
Remove the variable load-convert-to-unibyte
It has been ineffective since 2002. Suggested by Lynn Winebarger. * src/lread.c (Fload, readevalloop_1, readevalloop, Feval_buffer) (Feval_region, syms_of_lread): Remove the variable and its propagation. * etc/NEWS: Announce.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d32b2434de1..c778b8239b6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2507,6 +2507,9 @@ instead, which gives the time offset as +/-hh or +/-hh:mm. A designator
2507formats, like "2025-06-04 13:21:00 EDT", without the ISO 8601 "T" 2507formats, like "2025-06-04 13:21:00 EDT", without the ISO 8601 "T"
2508separator, are also supported. 2508separator, are also supported.
2509 2509
2510---
2511** The obsolete variable 'load-convert-to-unibyte' has been removed.
2512
2510 2513
2511* Lisp Changes in Emacs 31.1 2514* Lisp Changes in Emacs 31.1
2512 2515