Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 31 Mar 2009 20:55:59 +0000 (20:55 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 31 Mar 2009 20:55:59 +0000 (20:55 +0000)
lisp/erc/ChangeLog
lisp/mh-e/ChangeLog

index f226063..528a545 100644 (file)
@@ -1,11 +1,9 @@
 2009-03-13  D. Goel  <deego3@gmail.com>
 
-
        * erc-backend.el: In (multiple-value-bind/setq .. ls),
-       ls-> (values-list ls) throughout. 
+       ls-> (values-list ls) throughout.
        * erc.el: Ditto.
 
-       
 2009-01-18  Michael Olson  <mwolson@gnu.org>
 
        * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
index 5112344..c199ed2 100644 (file)
@@ -1,17 +1,16 @@
 2009-03-13  D. Goel  <deego3@gmail.com>
 
        * mh-seq.el (mh-folder-size-flist): Use (values-list) in m-v call
-       to list. 
+       to list.
 
        * mh-speed.el (mh-speed-parse-flists-output): Ditto.
        * mh-xface.el (mh-face-display-function): Ditto.
        * mh-search.el (mh-index-parse-search-regexp): Ditto.
 
-
        * mh-thread.el (mh-thread-generate): Ditto.
 
-       * mh-seq.el (mh-parse-flist-output-line): Return list rather than values. We
-                                                 want to avoid emacs using m-v facilities.
+       * mh-seq.el (mh-parse-flist-output-line): Return list rather than values.
+       We want to avoid emacs using m-v facilities.
        (mh-folder-size-folder):  Ditto.
        (mh-parse-flist-output-line): Ditto.
        * mh-thread.el (mh-thread-prune-subject): Ditto.
@@ -19,7 +18,6 @@
        (mh-picon-file-contents): Ditto.
        * mh-search.el (mh-index-evaluate): Ditto.
 
-
 2009-01-27  Bill Wohler  <wohler@newt.com>
 
        * mh-funcs.el (mh-pack-folder): Fix docstring.