]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 13 Oct 2008 22:48:24 +0000 (22:48 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 13 Oct 2008 22:48:24 +0000 (22:48 +0000)
lisp/ChangeLog

index 361f7f7279dcb38743187d63177861e78756b3c2..12208786795ab512df369b8a3103ac513000a60b 100644 (file)
@@ -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-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-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.