From: Andrea Corallo Date: Thu, 2 May 2024 14:42:45 +0000 (+0200) Subject: etc/NEWS (Function type declaration): Mark it +++. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~1681^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=64d3100cb5973f2e8372d29f7658c32a63e191e2;p=emacs.git etc/NEWS (Function type declaration): Mark it +++. --- diff --git a/etc/NEWS b/etc/NEWS index 73dbe3b2b83..f6da27a794d 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1935,6 +1935,7 @@ unibyte string. * Lisp Changes in Emacs 30.1 ++++ ** Function type declaration It is now possible, using the 'declare' macro, to declare expected types of function arguments and return type.