# HG changeset patch # User Lute Kamstra # Date 1114119513 0 # Node ID 2e5e4800dc8af3528231f7a4e00bc4d8b3947b0b # Parent 314c959fa176d53ba8e410f94de260ea0544f8f9 *** empty log message *** diff -r 314c959fa176 -r 2e5e4800dc8a lisp/ChangeLog --- a/lisp/ChangeLog Thu Apr 21 21:36:24 2005 +0000 +++ b/lisp/ChangeLog Thu Apr 21 21:38:33 2005 +0000 @@ -1,5 +1,9 @@ 2005-04-21 Lute Kamstra + * loadhist.el (unload-feature): Don't remove a function from hooks + if it is about to be restored to an autoload . Remove functions + that will become unbound from auto-mode-alist. Simplify the code. + * subr.el (assq-delete-all): New implementation that is linear, not quadratic. Suggested by David Kastrup . (rassq-delete-all): New function. diff -r 314c959fa176 -r 2e5e4800dc8a lispref/ChangeLog --- a/lispref/ChangeLog Thu Apr 21 21:36:24 2005 +0000 +++ b/lispref/ChangeLog Thu Apr 21 21:38:33 2005 +0000 @@ -1,3 +1,7 @@ +2005-04-21 Lute Kamstra + + * lists.texi (Association Lists): Document rassq-delete-all. + 2005-04-19 Richard M. Stallman * modes.texi (Search-based Fontification): Explain that