# HG changeset patch # User Juanma Barranquero # Date 1193704026 0 # Node ID 4d34d1c3f7b9142bb07608464688dbab51be87da # Parent 7ddb2a8509d70beafea5b2e20e3c29b10df9645a *** empty log message *** diff -r 7ddb2a8509d7 -r 4d34d1c3f7b9 lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 30 00:21:42 2007 +0000 +++ b/lisp/ChangeLog Tue Oct 30 00:27:06 2007 +0000 @@ -1,3 +1,20 @@ +2007-10-30 Juanma Barranquero + + * loadhist.el (unload-feature): Remove erroneous check for the + FEATURE-unload-function variable; check the existence of the + function (that's what the docstring says, and it makes more sense). + + * follow.el (follow-unload-function): Add docstring. + (follow-unload-function): Remove variable. + + * server.el (server-unload-function): Unbind `server-edit' from `C-x #'. + (server-unload-function): Remove variable. + + * uniquify.el (uniquify-unload-function): Add docstring. + (uniquify-unload-function): Remove variable. + + * ses.el (ses-unload-function): New function. + 2007-10-29 Juanma Barranquero * emacs-lisp/unsafep.el (unsafep, unsafep-function)