]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 30 Oct 2007 00:27:06 +0000 (00:27 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 30 Oct 2007 00:27:06 +0000 (00:27 +0000)
lisp/ChangeLog

index a283fc43ebf3c4b6cb2ee39dc71a701fbbb3d86a..1f99578bd1dc033d1e07db3c86f507e6c165da86 100644 (file)
@@ -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)