From: Lars Ingebrigtsen Date: Tue, 31 May 2022 20:56:21 +0000 (+0200) Subject: Note changes in ;;;### parsing X-Git-Tag: emacs-29.0.90~1910^2~302 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1ac48bd7ee10721d7a07276378b632717616290;p=emacs.git Note changes in ;;;### parsing --- diff --git a/etc/NEWS b/etc/NEWS index 597f92cfce3..87cd41ec014 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1752,6 +1752,11 @@ so using 'M-x update-file-autoloads' no longer works. (This didn't work well in most files in the past, either, but it will now signal an error in any file.) +In addition, files are scanned in a slightly different way. +Previously ;;;### specs inside a top-level form (i.e., something like +(when ... ;;;### ...) would be ignored. They are now parsed as +normal. + +++ ** 'buffer-modified-p' has been extended. This function was previously documented to return only nil or t. This