aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2cb1978738e..256c8ab139d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3879,6 +3879,12 @@ It offers a more concise way to create a completion table with metadata.
3879** 'all-completions' and 'unintern' no longer support old calling conventions. 3879** 'all-completions' and 'unintern' no longer support old calling conventions.
3880 3880
3881+++ 3881+++
3882** New function 'string-common-prefix'.
3883Return the longest common prefix from a collection of strings. This
3884function is similar to 'try-completion', but it returns a string in all
3885cases.
3886
3887+++
3882** New symbol property 'find-function-type-alist' used by 'find-function' etc. 3888** New symbol property 'find-function-type-alist' used by 'find-function' etc.
3883Macros that define an object in a way that makes the object's name and 3889Macros that define an object in a way that makes the object's name and
3884the macro call site defining the object hard to associate can add an 3890the macro call site defining the object hard to associate can add an