changeset 98695:797ef26fa55d

Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 13 Oct 2008 22:48:24 +0000
parents 889dcc5232c8
children 7e941d6d7c4c
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Oct 13 19:12:48 2008 +0000
+++ b/lisp/ChangeLog	Mon Oct 13 22:48:24 2008 +0000
@@ -1,15 +1,15 @@
 2008-10-13  Ulf Jasper  <ulf.jasper@web.de>
 
-	* net/newst-plainview.el (w3m-toggle-inline-image): Define
-	'declare-function if necessary, for compatibility.
-
-	* net/newst-treeview.el (w3m-toggle-inline-images): Define
-	'declare-function if necessary, for compatibility.
+	* net/newst-plainview.el (w3m-toggle-inline-image):
+	Define 'declare-function if necessary, for compatibility.
+
+	* net/newst-treeview.el (w3m-toggle-inline-images):
+	Define 'declare-function if necessary, for compatibility.
 
 2008-10-13  Alan Mackenzie  <acm@muc.de>
 
-	* progmodes/cc-cmds.el (c-indent-region): (c-indent-region): Fix
-	previous patch so that the function works on one-line macros.
+	* progmodes/cc-cmds.el (c-indent-region): Fix previous patch
+	so that the function works on one-line macros.
 
 	* progmodes/cc-engine.el: Amend several doc strings and comments.