Revert the other bits related to `load-read-file'

* src/lread.c (syms_of_lread): Revert the other bits related to
reverting `byte-compile-from-buffer'/`load-read-file'.
This commit is contained in:
Lars Ingebrigtsen 2022-01-23 13:43:53 +01:00
parent 32e1894943
commit ab73a87858
2 changed files with 1 additions and 5 deletions

View file

@ -878,10 +878,6 @@ Emacs buffers, like indentation and the like. The new ert function
* Incompatible Lisp Changes in Emacs 29.1
---
** 'byte-compile-from-buffer' now uses 'load-read-function'.
It previously called 'read' directly.
** User option 'mail-source-ignore-errors' is now obsolete.
The whole mechanism for prompting users to continue in case of
mail-source errors has been removed, so this option is no longer

View file

@ -5316,7 +5316,7 @@ of the file, regardless of whether or not it has the `.elc' extension. */);
DEFVAR_LISP ("load-read-function", Vload_read_function,
doc: /* Function used for reading expressions.
It is used by `load', `eval-region' and `byte-compile-from-buffer'.
It is used by `load' and `eval-region'.
Called with a single argument (the stream from which to read).
The default is to use the function `read'. */);