projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fccd35f
)
* etc/NEWS (Function type declaration): Add entry.
author
Andrea Corallo
<acorallo@gnu.org>
Wed, 1 May 2024 20:49:01 +0000
(22:49 +0200)
committer
Andrea Corallo
<acorallo@gnu.org>
Wed, 1 May 2024 20:49:01 +0000
(22:49 +0200)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 4b0106fcb07e15be601f223a5019e549266e63cb..73dbe3b2b833092f3a1ee83136fe73bbc15cfcd2 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-1935,6
+1935,10
@@
unibyte string.
\f
* 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.
+
** New types 'closure' and 'interpreted-function'.
'interpreted-function' is the new type used for interpreted functions,
and 'closure' is the common parent type of 'interpreted-function'