Mercurial > emacs
changeset 79259:4d34d1c3f7b9
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 30 Oct 2007 00:27:06 +0000 |
parents | 7ddb2a8509d7 |
children | 379c739aa3c5 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <lekktu@gmail.com> + + * 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 <lekktu@gmail.com> * emacs-lisp/unsafep.el (unsafep, unsafep-function)