aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Corallo2024-05-02 16:42:45 +0200
committerAndrea Corallo2024-05-02 16:58:59 +0200
commit64d3100cb5973f2e8372d29f7658c32a63e191e2 (patch)
treefdf9a34a0dc4094935b6712a7029bddbec0445a4
parent02690d95f9e47163ecca9b26a01270215727cd69 (diff)
downloademacs-64d3100cb5973f2e8372d29f7658c32a63e191e2.tar.gz
emacs-64d3100cb5973f2e8372d29f7658c32a63e191e2.zip
etc/NEWS (Function type declaration): Mark it +++.
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 73dbe3b2b83..f6da27a794d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1935,6 +1935,7 @@ unibyte string.
1935 1935
1936* Lisp Changes in Emacs 30.1 1936* Lisp Changes in Emacs 30.1
1937 1937
1938+++
1938** Function type declaration 1939** Function type declaration
1939It is now possible, using the 'declare' macro, to declare expected types 1940It is now possible, using the 'declare' macro, to declare expected types
1940of function arguments and return type. 1941of function arguments and return type.