emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master a2d5cb5: ; * etc/NEWS: assoc-delete-all fix


From: Glenn Morris
Subject: [Emacs-diffs] master a2d5cb5: ; * etc/NEWS: assoc-delete-all fix
Date: Sat, 15 Sep 2018 12:31:14 -0400 (EDT)

branch: master
commit a2d5cb5a6175de5ad338d7e3e59916b9a1af9f7c
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; * etc/NEWS: assoc-delete-all fix
    
    This is a mess.  This function was added in master in afba4ccb8b8,
    undocumented.  It was then tweaked and documented in 9824885fabe.
    Much later in cc233365a92 the original untweaked and undocumented
    version was backported to emacs-26.  This was independently
    redocumented in emacs-26 in cc8f334d2da, which conflicted with the
    interface changes that had been made on master.
---
 etc/NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/NEWS b/etc/NEWS
index fa93112..cc517c3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -976,7 +976,7 @@ A buffer-local value of this hook is now run only if at 
least one
 window showing the buffer has changed its size.
 
 +++
-** New function assoc-delete-all.
+** The function assoc-delete-all now takes an optional predicate argument.
 
 +++
 ** New function 'string-distance' to calculate the Levenshtein distance



reply via email to

[Prev in Thread] Current Thread [Next in Thread]