]> git.eshelyaron.com Git - emacs.git/commit
Remove the variable load-convert-to-unibyte
authorMattias EngdegÄrd <mattiase@acm.org>
Sat, 19 Jul 2025 10:40:03 +0000 (12:40 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 25 Jul 2025 08:09:26 +0000 (10:09 +0200)
commit3c409e8c86a72629feeac1dce0d74d1048ee54f9
treefdced0bf0a2fa7ff088da62d48e9de8a4b74d863
parent19ae8e43b43305c69d4167fdb22bf7cbec96085b
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.

(cherry picked from commit e9deec70dac822f2f312497c6d7a7bd6b4e648bb)
src/lread.c