]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert the other bits related to `load-read-file'
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 23 Jan 2022 12:43:53 +0000 (13:43 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 23 Jan 2022 12:43:53 +0000 (13:43 +0100)
* src/lread.c (syms_of_lread): Revert the other bits related to
reverting `byte-compile-from-buffer'/`load-read-file'.

etc/NEWS
src/lread.c

index 5297db3e2d55bd1ec33a194b991b6f4cb4811ed6..e641eeaa50a191174ce657b46f74f4613999ebfa 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -878,10 +878,6 @@ Emacs buffers, like indentation and the like.  The new ert function
 \f
 * 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
index 77b5b65e102f546aee92af29e856b90cbf180550..d868801f42c410e4100ed354688c216dd91e64e2 100644 (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'.  */);