# HG changeset patch # User Juanma Barranquero # Date 1193834980 0 # Node ID e22b1d805f02fd151b904af39f60844671274391 # Parent f3bfe76fe37043f887aa356c3e78f6fb46366ffb *** empty log message *** diff -r f3bfe76fe370 -r e22b1d805f02 lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 31 12:49:11 2007 +0000 +++ b/lisp/ChangeLog Wed Oct 31 12:49:40 2007 +0000 @@ -1,6 +1,22 @@ +2007-10-31 Juanma Barranquero + + * strokes.el (strokes-alphabetic-lessp): Simplify. Doc fix. + (strokes-unload-hook): Remove function and variable. + (strokes-unload-function): New-style unload function, adapted + from `strokes-unload-hook'. + + * emacs-lisp/cl.el (cl-cannot-unload): Remove function. + (cl-unload-hook): Remove variable. + (cl-unload-function): New-style unload function, adapted + from `cl-cannot-unload'. + + * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable. + (elp-unload-function): New-style unload function, adapted + from `elp-unload-hook'. + 2007-10-31 Sean O'Rourke - * emacs-lisp/find-func.el (find-library): use library at + * emacs-lisp/find-func.el (find-library): Use library at point as default interactive argument. 2007-10-31 Juanma Barranquero