mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
*** empty log message ***
This commit is contained in:
parent
bd0f9535ce
commit
9721d90458
@ -1,5 +1,9 @@
|
||||
2005-04-21 Lute Kamstra <lute@gnu.org>
|
||||
|
||||
* 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 <dak@gnu.org>.
|
||||
(rassq-delete-all): New function.
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-04-21 Lute Kamstra <lute@gnu.org>
|
||||
|
||||
* lists.texi (Association Lists): Document rassq-delete-all.
|
||||
|
||||
2005-04-19 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* modes.texi (Search-based Fontification): Explain that
|
||||
|
Loading…
Reference in New Issue
Block a user