aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2009-03-31 20:55:59 +0000
committerJuanma Barranquero2009-03-31 20:55:59 +0000
commit5a5edff788abf5af4f42157163d6b45f47e622b0 (patch)
treed78603216553bc763456fcdf6006ebeef6913713
parent78b7a57c5c4b1c339d662b3808d5d47af435579a (diff)
downloademacs-5a5edff788abf5af4f42157163d6b45f47e622b0.tar.gz
emacs-5a5edff788abf5af4f42157163d6b45f47e622b0.zip
Fix typos.
-rw-r--r--lisp/erc/ChangeLog4
-rw-r--r--lisp/mh-e/ChangeLog8
2 files changed, 4 insertions, 8 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index f2260637007..528a545be06 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,11 +1,9 @@
12009-03-13 D. Goel <deego3@gmail.com> 12009-03-13 D. Goel <deego3@gmail.com>
2 2
3
4 * erc-backend.el: In (multiple-value-bind/setq .. ls), 3 * erc-backend.el: In (multiple-value-bind/setq .. ls),
5 ls-> (values-list ls) throughout. 4 ls-> (values-list ls) throughout.
6 * erc.el: Ditto. 5 * erc.el: Ditto.
7 6
8
92009-01-18 Michael Olson <mwolson@gnu.org> 72009-01-18 Michael Olson <mwolson@gnu.org>
10 8
11 * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default. 9 * erc.el (erc-header-line-uses-tabbar-p): Set to nil by default.
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 51123442480..c199ed2cfc2 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,17 +1,16 @@
12009-03-13 D. Goel <deego3@gmail.com> 12009-03-13 D. Goel <deego3@gmail.com>
2 2
3 * mh-seq.el (mh-folder-size-flist): Use (values-list) in m-v call 3 * mh-seq.el (mh-folder-size-flist): Use (values-list) in m-v call
4 to list. 4 to list.
5 5
6 * mh-speed.el (mh-speed-parse-flists-output): Ditto. 6 * mh-speed.el (mh-speed-parse-flists-output): Ditto.
7 * mh-xface.el (mh-face-display-function): Ditto. 7 * mh-xface.el (mh-face-display-function): Ditto.
8 * mh-search.el (mh-index-parse-search-regexp): Ditto. 8 * mh-search.el (mh-index-parse-search-regexp): Ditto.
9 9
10
11 * mh-thread.el (mh-thread-generate): Ditto. 10 * mh-thread.el (mh-thread-generate): Ditto.
12 11
13 * mh-seq.el (mh-parse-flist-output-line): Return list rather than values. We 12 * mh-seq.el (mh-parse-flist-output-line): Return list rather than values.
14 want to avoid emacs using m-v facilities. 13 We want to avoid emacs using m-v facilities.
15 (mh-folder-size-folder): Ditto. 14 (mh-folder-size-folder): Ditto.
16 (mh-parse-flist-output-line): Ditto. 15 (mh-parse-flist-output-line): Ditto.
17 * mh-thread.el (mh-thread-prune-subject): Ditto. 16 * mh-thread.el (mh-thread-prune-subject): Ditto.
@@ -19,7 +18,6 @@
19 (mh-picon-file-contents): Ditto. 18 (mh-picon-file-contents): Ditto.
20 * mh-search.el (mh-index-evaluate): Ditto. 19 * mh-search.el (mh-index-evaluate): Ditto.
21 20
22
232009-01-27 Bill Wohler <wohler@newt.com> 212009-01-27 Bill Wohler <wohler@newt.com>
24 22
25 * mh-funcs.el (mh-pack-folder): Fix docstring. 23 * mh-funcs.el (mh-pack-folder): Fix docstring.