diff options
| author | Eli Zaretskii | 2024-05-04 09:57:05 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-05-04 09:57:05 +0300 |
| commit | 01b626ccbcc23798b430121cd300aa337bc9b36e (patch) | |
| tree | 22079ca0a3caf2ac140cf3f7d06491ed2695840a | |
| parent | c74c65f5e1b2b2372910b3ebc41632b730ea46e9 (diff) | |
| download | emacs-01b626ccbcc23798b430121cd300aa337bc9b36e.tar.gz emacs-01b626ccbcc23798b430121cd300aa337bc9b36e.zip | |
; * etc/NEWS: Fix last change.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -2427,8 +2427,8 @@ Its warning name is 'docstrings-wide'. | |||
| 2427 | Emacs now emits a run-time warning if an Elisp source file being loaded | 2427 | Emacs now emits a run-time warning if an Elisp source file being loaded |
| 2428 | lacks the '-*- lexical-binding: ... -*-' cookie on the first line. | 2428 | lacks the '-*- lexical-binding: ... -*-' cookie on the first line. |
| 2429 | See the lexical-binding compiler warning described above for how to make | 2429 | See the lexical-binding compiler warning described above for how to make |
| 2430 | the warning go away. User init file (whose name is the value of | 2430 | the warning go away. The user's init file (whose name is the value of |
| 2431 | 'user-init-file') is exempt from this warning. | 2431 | 'user-init-file') and early-init file are exempt from this warning. |
| 2432 | 2432 | ||
| 2433 | --- | 2433 | --- |
| 2434 | ** New user option 'native-comp-async-warnings-errors-kind'. | 2434 | ** New user option 'native-comp-async-warnings-errors-kind'. |