From: Juanma Barranquero Date: Tue, 30 Oct 2007 00:27:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.1.90~479 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b36a53f4be733b326739fdebb2285d106eecbd06;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a283fc43ebf..1f99578bd1d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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)