comparison lisp/ChangeLog @ 79271:95f7531d8e3d

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 30 Oct 2007 09:44:17 +0000
parents 963d05ba0484
children d1568bb98837
comparison
equal deleted inserted replaced
79270:6dd30931fca5 79271:95f7531d8e3d
1 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
2
3 * loadhist.el (unload-feature): Remove redundant check.
4
1 2007-10-30 Richard Stallman <rms@gnu.org> 5 2007-10-30 Richard Stallman <rms@gnu.org>
2 6
3 * savehist.el (savehist-save): Obey savehist-ignored-variables. 7 * savehist.el (savehist-save): Obey savehist-ignored-variables.
4 8
5 2007-10-30 Nick Roberts <nickrob@snap.net.nz> 9 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
14 function (that's what the docstring says, and it makes more sense). 18 function (that's what the docstring says, and it makes more sense).
15 19
16 * follow.el (follow-unload-function): Add docstring. 20 * follow.el (follow-unload-function): Add docstring.
17 (follow-unload-function): Remove variable. 21 (follow-unload-function): Remove variable.
18 22
19 * server.el (server-unload-function): Unbind `server-edit' from `C-x #'. 23 * server.el (server-unload-function): Remove variable.
20 (server-unload-function): Remove variable. 24 (server-unload-function): Unbind `server-edit' from `C-x #'.
21 25
22 * uniquify.el (uniquify-unload-function): Add docstring. 26 * uniquify.el (uniquify-unload-function): Add docstring.
23 (uniquify-unload-function): Remove variable. 27 (uniquify-unload-function): Remove variable.
24 28
25 * ses.el (ses-unload-function): New function. 29 * ses.el (ses-unload-function): New function.