From: Andrea Corallo Date: Thu, 2 May 2024 14:42:45 +0000 (+0200) Subject: etc/NEWS (Function type declaration): Mark it +++. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55c7d3864769bde8bffeb419155ee9717dcf2c3a;p=emacs.git etc/NEWS (Function type declaration): Mark it +++. (cherry picked from commit 64d3100cb5973f2e8372d29f7658c32a63e191e2) --- diff --git a/etc/NEWS b/etc/NEWS index 7c8a613722d..86018801c81 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2077,6 +2077,7 @@ the region and never want to restrict 'undo' to that region, it is preferable to use the existing 'undo-inhibit-region' symbol property instead of this variable. ++++ ** Function type declaration It is now possible, using the 'declare' macro, to declare expected types of function arguments and return type.