aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc/ChangeLog
diff options
context:
space:
mode:
authorMiles Bader2006-08-07 07:43:37 +0000
committerMiles Bader2006-08-07 07:43:37 +0000
commit26cced449af1c57c8a674aaafdbc6d57ef28cf57 (patch)
treebaef5f4ccb0077faf5c80b88f56c83396908b6ef /lisp/erc/ChangeLog
parentb5bc193f309eadf04e02e5b1c9596fb07a456baf (diff)
downloademacs-26cced449af1c57c8a674aaafdbc6d57ef28cf57.tar.gz
emacs-26cced449af1c57c8a674aaafdbc6d57ef28cf57.zip
Fix ERC bug introduced in last patch
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-387 Creator: Michael Olson <mwolson@gnu.org>
Diffstat (limited to 'lisp/erc/ChangeLog')
-rw-r--r--lisp/erc/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index cd5b825b71e..b495eda20f1 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * erc.el (erc-arrange-session-in-multiple-windows): Fix bug with 3 * erc.el (erc-arrange-session-in-multiple-windows): Fix bug with
4 multi-tty Emacs. 4 multi-tty Emacs.
5 (erc-select-startup-file): Fix bug introduced by recent change.
5 6
62006-08-05 Michael Olson <mwolson@gnu.org> 72006-08-05 Michael Olson <mwolson@gnu.org>
7 8