From: Stefan Monnier Date: Thu, 16 Nov 2023 16:19:56 +0000 (-0500) Subject: * etc/NEWS: Mention incompatible change in `pp` (bug#67180) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfb117fee18cd14111066f308d09b8b737491ead;p=emacs.git * etc/NEWS: Mention incompatible change in `pp` (bug#67180) --- diff --git a/etc/NEWS b/etc/NEWS index e2a8e5dfdd8..71067566b6d 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1099,6 +1099,9 @@ showcases all their customization options. * Incompatible Lisp Changes in Emacs 30.1 +** 'pp' and 'pp-to-string' now always include a terminating newline. +In the past they included a terminating newline in most cases but not all. + ** 'buffer-match-p' and 'match-buffers' take '&rest args'. They used to take a single '&optional arg' and were documented to use an unreliable hack to try and support condition predicates that