diff options
| author | Mattias EngdegÄrd | 2020-10-17 18:33:04 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2020-10-17 18:33:57 +0200 |
| commit | e569efb15f3a642376c5d45afb449a302d99da47 (patch) | |
| tree | 2f0c53980b7db17da60848706bc32b8492a80c58 | |
| parent | 00c4d982e8033379912ddc28772a2e30a4031503 (diff) | |
| download | emacs-e569efb15f3a642376c5d45afb449a302d99da47.tar.gz emacs-e569efb15f3a642376c5d45afb449a302d99da47.zip | |
* etc/NEWS: Mention new lexical binding conversion aid.
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1721,6 +1721,13 @@ personalize the uniquified buffer name. | |||
| 1721 | +++ | 1721 | +++ |
| 1722 | ** 'inhibit-nul-byte-detection' is renamed to 'inhibit-null-byte-detection'. | 1722 | ** 'inhibit-nul-byte-detection' is renamed to 'inhibit-null-byte-detection'. |
| 1723 | 1723 | ||
| 1724 | +++ | ||
| 1725 | ** New byte-compiler check for missing dynamic variable declarations. | ||
| 1726 | It is meant as an (experimental) aid for converting Emacs Lisp code | ||
| 1727 | to lexical binding, where dynamic (special) variables bound in one | ||
| 1728 | file can affect code in another. For details, see the manual section | ||
| 1729 | '(Elisp) Converting to Lexical Binding'. | ||
| 1730 | |||
| 1724 | 1731 | ||
| 1725 | * Changes in Emacs 28.1 on Non-Free Operating Systems | 1732 | * Changes in Emacs 28.1 on Non-Free Operating Systems |
| 1726 | 1733 | ||