diff options
| author | Eli Zaretskii | 2023-11-19 11:08:53 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-11-19 11:08:53 +0200 |
| commit | 3a3202e4a60baafc2c99c692e7b8426e3f9d2d1b (patch) | |
| tree | 018cefdfc07a44802848134ddee5d31bd3636781 | |
| parent | 53bd2d57f34af1efd88c6d189ab15e6f44866333 (diff) | |
| download | emacs-3a3202e4a60baafc2c99c692e7b8426e3f9d2d1b.tar.gz emacs-3a3202e4a60baafc2c99c692e7b8426e3f9d2d1b.zip | |
; * etc/NEWS: Fix last change.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -234,10 +234,10 @@ It can be used to customize the look of the appointment notification | |||
| 234 | displayed on the mode line when 'appt-display-mode-line' is non-nil. | 234 | displayed on the mode line when 'appt-display-mode-line' is non-nil. |
| 235 | 235 | ||
| 236 | --- | 236 | --- |
| 237 | *** Emacs now recognizes shebang lines that pass -S/--split-string to env. | 237 | *** Emacs now recognizes shebang lines that pass -S/--split-string to 'env'. |
| 238 | When visiting a script that invokes 'env -S INTERPRETER ARGS...' in | 238 | When visiting a script that invokes 'env -S INTERPRETER ARGS...' in |
| 239 | its shebang line, Emacs will now skip over 'env -S' and deduce the | 239 | its shebang line, Emacs will now skip over 'env -S' and deduce the |
| 240 | major mode based on the interpreter. | 240 | major mode based on the interpreter after 'env -S'. |
| 241 | 241 | ||
| 242 | ** Emacs Server and Client | 242 | ** Emacs Server and Client |
| 243 | 243 | ||