etc/NEWS (Function type declaration): Mark it +++.

This commit is contained in:
Andrea Corallo 2024-05-02 16:42:45 +02:00
parent 02690d95f9
commit 64d3100cb5

View file

@ -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.