diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-03-31 20:55:59 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-03-31 20:55:59 +0000 |
commit | 5a5edff788abf5af4f42157163d6b45f47e622b0 (patch) | |
tree | d78603216553bc763456fcdf6006ebeef6913713 /lisp/erc | |
parent | 78b7a57c5c4b1c339d662b3808d5d47af435579a (diff) | |
download | emacs-5a5edff788abf5af4f42157163d6b45f47e622b0.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/erc')
-rw-r--r-- | lisp/erc/ChangeLog | 4 |
1 files changed, 1 insertions, 3 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 @@ 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. |