aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Sainty2025-06-09 00:00:24 +1200
committerPhil Sainty2025-06-09 00:00:24 +1200
commit7123c9497e1c7741f69d7bb4d864d9562081db45 (patch)
treec6364f0e86168bbe7e276572a768eb834ad7508c
parentaccfe19887f3573dd55f5272f92899afa1e2f446 (diff)
downloademacs-7123c9497e1c7741f69d7bb4d864d9562081db45.tar.gz
emacs-7123c9497e1c7741f69d7bb4d864d9562081db45.zip
fixup! Add functions `string-common-prefix' and `string-try-completion'
-rw-r--r--etc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2e6aa01cf40..14bf4b5e83c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2434,10 +2434,6 @@ The latter returns the longest initial substring common to all members
2434of a collection of strings (essentially completing an empty string). 2434of a collection of strings (essentially completing an empty string).
2435 2435
2436+++ 2436+++
2437** New function.
2438This
2439
2440+++
2441** New symbol property 'find-function-type-alist' used by 'find-function' etc. 2437** New symbol property 'find-function-type-alist' used by 'find-function' etc.
2442Macros that define an object in a way that makes the object's name and 2438Macros that define an object in a way that makes the object's name and
2443the macro call site defining the object hard to associate can add an 2439the macro call site defining the object hard to associate can add an