diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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'. | ||
| 3883 | Return the longest common prefix from a collection of strings. This | ||
| 3884 | function is similar to 'try-completion', but it returns a string in all | ||
| 3885 | cases. | ||
| 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. |
| 3883 | Macros that define an object in a way that makes the object's name and | 3889 | Macros that define an object in a way that makes the object's name and |
| 3884 | the macro call site defining the object hard to associate can add an | 3890 | the macro call site defining the object hard to associate can add an |