Mercurial > emacs
changeset 85836:e22b1d805f02
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 31 Oct 2007 12:49:40 +0000 |
parents | f3bfe76fe370 |
children | 07865f189760 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 17 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <lekktu@gmail.com> + + * 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 <sorourke@cs.ucsd.edu> - * 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 <lekktu@gmail.com>