From: Michael Albinus Date: Tue, 10 Sep 2024 07:24:33 +0000 (+0200) Subject: ; * etc/NEWS: Fix indentation. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~439 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ba2190e1ae761b11d5fcb9393869f04d0a1d42a7;p=emacs.git ; * etc/NEWS: Fix indentation. --- diff --git a/etc/NEWS b/etc/NEWS index 239182427bb..18d4c6b2158 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -3076,7 +3076,7 @@ entire SQL file. This is appropriate since it is an encoding operation. In the unlikely event that a multibyte string is needed, the result can be decoded using - (decode-coding-string RESULT 'utf-8) + (decode-coding-string RESULT 'utf-8) --- *** The parser keeps duplicated object keys in alist and plist output.