From 9721d9045884c719172cc7cf054262f6f5d70147 Mon Sep 17 00:00:00 2001 From: Lute Kamstra Date: Thu, 21 Apr 2005 21:38:33 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 4 ++++ lispref/ChangeLog | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e242caae13f..0d6fc197dcb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lispref/ChangeLog b/lispref/ChangeLog index 2e440e48fa5..9fdc1ff9625 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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 -- 2.11.4.GIT