diff options
| author | Eli Zaretskii | 2016-01-13 20:19:00 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-01-13 20:19:00 +0200 |
| commit | 2e12e8d74855b953e07252c7b173f34f79808296 (patch) | |
| tree | 6ee16ddf976da7e565a1ee15346f7fba4c5b7b04 /etc | |
| parent | c8eb45da88e05453e78440fedf09a143c832d5a0 (diff) | |
| download | emacs-2e12e8d74855b953e07252c7b173f34f79808296.tar.gz emacs-2e12e8d74855b953e07252c7b173f34f79808296.zip | |
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'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1345,7 +1345,9 @@ commands other than the predefined `C-u'. | |||
| 1345 | These allow to convert between buffer positions and the corresponding | 1345 | These allow to convert between buffer positions and the corresponding |
| 1346 | file byte offsets, given the file's encoding. | 1346 | file byte offsets, given the file's encoding. |
| 1347 | 1347 | ||
| 1348 | +++ | ||
| 1348 | ** The default value of `load-read-function' is now `read'. | 1349 | ** The default value of `load-read-function' is now `read'. |
| 1350 | Previously, the default value of `nil' implied using `read'. | ||
| 1349 | 1351 | ||
| 1350 | ** New hook `pre-redisplay-functions', a bit easier to use than pre-redisplay-function. | 1352 | ** New hook `pre-redisplay-functions', a bit easier to use than pre-redisplay-function. |
| 1351 | 1353 | ||