projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
818c0cc
)
; * etc/NEWS: Fix indentation.
author
Michael Albinus
<michael.albinus@gmx.de>
Tue, 10 Sep 2024 07:24:33 +0000
(09:24 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Tue, 10 Sep 2024 07:24:33 +0000
(09:24 +0200)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 239182427bb32f9ec685f8985ca420e21c23decc..18d4c6b2158239f9207029e23d25c06fad61e9b0 100644
(file)
--- 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.