From: Juanma Barranquero Date: Mon, 13 Oct 2008 22:48:24 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-23.0.90~2499 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c25620ad917e0344b23d139eb8b8f8279479776;p=emacs.git Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 361f7f7279d..12208786795 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,15 +1,15 @@ 2008-10-13 Ulf Jasper - * 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 - * 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.