[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 64d3100cb59 3/4: etc/NEWS (Function type declaration): Mark it ++
From: |
Andrea Corallo |
Subject: |
master 64d3100cb59 3/4: etc/NEWS (Function type declaration): Mark it +++. |
Date: |
Thu, 2 May 2024 11:08:39 -0400 (EDT) |
branch: master
commit 64d3100cb5973f2e8372d29f7658c32a63e191e2
Author: Andrea Corallo <acorallo@gnu.org>
Commit: Andrea Corallo <acorallo@gnu.org>
etc/NEWS (Function type declaration): Mark it +++.
---
etc/NEWS | 1 +
1 file changed, 1 insertion(+)
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.