mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
Document the new deafault value of 'load-read-function'
* doc/lispref/loading.texi (How Programs Do Loading): Document the change in the default value of 'load-read-function'.
This commit is contained in:
parent
c8eb45da88
commit
2e12e8d748
@ -202,8 +202,8 @@ This variable specifies an alternate expression-reading function for
|
||||
@code{load} and @code{eval-region} to use instead of @code{read}.
|
||||
The function should accept one argument, just as @code{read} does.
|
||||
|
||||
Normally, the variable's value is @code{nil}, which means those
|
||||
functions should use @code{read}.
|
||||
By default, this variable's value is @code{read}. @xref{Input
|
||||
Functions}.
|
||||
|
||||
Instead of using this variable, it is cleaner to use another, newer
|
||||
feature: to pass the function as the @var{read-function} argument to
|
||||
|
2
etc/NEWS
2
etc/NEWS
@ -1345,7 +1345,9 @@ commands other than the predefined `C-u'.
|
||||
These allow to convert between buffer positions and the corresponding
|
||||
file byte offsets, given the file's encoding.
|
||||
|
||||
+++
|
||||
** The default value of `load-read-function' is now `read'.
|
||||
Previously, the default value of `nil' implied using `read'.
|
||||
|
||||
** New hook `pre-redisplay-functions', a bit easier to use than pre-redisplay-function.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user