diff options
| author | Andrea Corallo | 2024-05-02 16:42:45 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2024-05-02 16:58:59 +0200 |
| commit | 64d3100cb5973f2e8372d29f7658c32a63e191e2 (patch) | |
| tree | fdf9a34a0dc4094935b6712a7029bddbec0445a4 | |
| parent | 02690d95f9e47163ecca9b26a01270215727cd69 (diff) | |
| download | emacs-64d3100cb5973f2e8372d29f7658c32a63e191e2.tar.gz emacs-64d3100cb5973f2e8372d29f7658c32a63e191e2.zip | |
etc/NEWS (Function type declaration): Mark it +++.
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 |
| 1939 | It is now possible, using the 'declare' macro, to declare expected types | 1940 | It is now possible, using the 'declare' macro, to declare expected types |
| 1940 | of function arguments and return type. | 1941 | of function arguments and return type. |