# HG changeset patch # User Juanma Barranquero # Date 1236990394 0 # Node ID 1ed8eba93aec284656714512292d2bb135dd4df6 # Parent cdeea75795b20ac90bc74233c7a5f723b890f1d0 Fix typos. diff -r cdeea75795b2 -r 1ed8eba93aec lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 13 21:03:21 2009 +0000 +++ b/lisp/ChangeLog Sat Mar 14 00:26:34 2009 +0000 @@ -7,18 +7,17 @@ * vc-git.el (vc-git-previous-revision, vc-git-next-revision): Fall back to original commit if vc-git-symbolic-commit fails to find a symbolic name. - (vc-git-symbolic-commit): Don't limit search to tags. Treat - "undefined" as an error. (Bug #2110) + (vc-git-symbolic-commit): Don't limit search to tags. + Treat "undefined" as an error. (Bug #2110) 2009-03-13 D. Goel - - * ibuf-ext.el: + * ibuf-ext.el: When calling (multiple-value-bind/setq .. ls) - ls -> (values-list ls) throughout. + ls -> (values-list ls) throughout. * progmodes/flymake.el (flymake-float-time): Ditto. - + * progmodes/ebrowse.el: Ditto. * midnight.el (midnight-next): Ditto. @@ -28,7 +27,7 @@ 2009-03-13 Agustín Martín * textmodes/ispell.el (ispell-get-word): Initialize spellchecker - params. (Bug #2654) + params. (Bug #2654) 2009-03-13 Stefan Monnier