changeset 85977:3ab9489c2f1a

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 09 Nov 2007 10:40:32 +0000
parents f7a8ac4be115
children 4c0bb0c5c744
files lisp/ChangeLog
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Nov 09 10:38:50 2007 +0000
+++ b/lisp/ChangeLog	Fri Nov 09 10:40:32 2007 +0000
@@ -1,3 +1,7 @@
+2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
+
+	* files.el (enable-local-variables): Doc fix.
+
 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
 
 	* progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
@@ -59,9 +63,6 @@
 	* server.el (server-unload-function): Remove variable.
 	(server-unload-function): Unbind `server-edit' from `C-x #'.
 
-	* uniquify.el (uniquify-unload-function): Add docstring.
-	(uniquify-unload-function): Remove variable.
-
 	* ses.el (ses-unload-function): New function.
 
 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
@@ -131,8 +132,7 @@
 	* progmodes/fortran.el (comment-region-function)
 	(uncomment-region-function): Pacify byte compiler.
 
-	* vc.el (vc-diff-internal): Remove code for an old version of
-	gnus.
+	* vc.el (vc-diff-internal): Remove code for an old version of gnus.
 
 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>