erc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Erc-commit] [commit][emacs22] Fix iswitchb bug


From: mwolson
Subject: [Erc-commit] [commit][emacs22] Fix iswitchb bug
Date: Sun, 14 Oct 2007 00:48:31 -0400

commit 2f86e5d98756d80fab1c3ea72d227ee0886dca36
Author: Michael Olson <address@hidden>
Date:   Sat Oct 21 23:27:44 2006 +0000

    Fix iswitchb bug
    
    2006-10-21  Michael Olson  <address@hidden>
    
        * erc.el (erc-iswitchb): Fix bug when hitting C-c C-b without
        first loading iswitchb.  Thanks to Leo for the report.
    git-archimport-id: address@hidden/erc--main--0--patch-57

diff --git a/ChangeLog b/ChangeLog
index 1e50a33..e0e700a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-21  Michael Olson  <address@hidden>
+
+       * erc.el (erc-iswitchb): Fix bug when hitting C-c C-b without
+       first loading iswitchb.  Thanks to Leo for the report.
+
 2006-10-10  Michael Olson  <address@hidden>
 
        * erc.el (erc-default-port): Make the default be 6667 instead of
diff --git a/erc.el b/erc.el
index 82ba1f0..38dc628 100644
--- a/erc.el
+++ b/erc.el
@@ -1686,7 +1686,7 @@ If `erc-track-mode' is in enabled, put the last element of
 Due to some yet unresolved reason, global function `iswitchb-mode'
 needs to be active for this function to work."
   (interactive "P")
-  (eval-when-compile
+  (eval-and-compile
     (require 'iswitchb))
   (let ((iswitchb-make-buflist-hook
         (lambda ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]