diff options
| author | Mattias EngdegÄrd | 2025-07-19 12:40:03 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2025-07-19 15:12:52 +0200 |
| commit | e9deec70dac822f2f312497c6d7a7bd6b4e648bb (patch) | |
| tree | b9f47a200a47cb91ec2238e7e99e8ea1adee8556 /etc | |
| parent | ce90f00feceb64f2dde9a4b4997b9e71a2d52387 (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -2507,6 +2507,9 @@ instead, which gives the time offset as +/-hh or +/-hh:mm. A designator | |||
| 2507 | formats, like "2025-06-04 13:21:00 EDT", without the ISO 8601 "T" | 2507 | formats, like "2025-06-04 13:21:00 EDT", without the ISO 8601 "T" |
| 2508 | separator, are also supported. | 2508 | separator, 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 | ||