projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02690d9
)
etc/NEWS (Function type declaration): Mark it +++.
author
Andrea Corallo
<acorallo@gnu.org>
Thu, 2 May 2024 14:42:45 +0000
(16:42 +0200)
committer
Andrea Corallo
<acorallo@gnu.org>
Thu, 2 May 2024 14:58:59 +0000
(16:58 +0200)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 73dbe3b2b833092f3a1ee83136fe73bbc15cfcd2..f6da27a794dbc273b62f13765052237e4d557c1b 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-1935,6
+1935,7
@@
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.