erc-commit
[Top][All Lists]
Advanced

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

[Erc-commit] [commit][master] Fixed list-old's erc module definition.


From: mwolson
Subject: [Erc-commit] [commit][master] Fixed list-old's erc module definition.
Date: Sun, 27 Jan 2008 23:30:29 -0500

commit c5ad360babcd69d84879e4a022d34b017d495626
Author: Diane Murray <address@hidden>
Date:   Mon Jan 28 03:55:24 2008 +0100

    Fixed list-old's erc module definition.
    
    * erc-list-old.el (list-old): Define module as list-old, not list.
    This fixes a bug where an unknown module error would occur when
    starting ERC and using the list-old module.

diff --git a/ChangeLog b/ChangeLog
index dfd12a4..b5b4a34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-01-28  Diane Murray  <address@hidden>
 
+       * erc-list-old.el (list-old): Define module as list-old, not list.
+       This fixes a bug where an unknown module error would occur when
+       starting ERC and using the list-old module.
+
        * erc-track.el (erc-track-find-face): If no choice was found
        return nil to use the default mode-line faces.
 
diff --git a/erc-list-old.el b/erc-list-old.el
index d6cfa3a..3725738 100644
--- a/erc-list-old.el
+++ b/erc-list-old.el
@@ -143,7 +143,7 @@ display the channel list."
 
 ;; Define module:
 ;;;###autoload (autoload 'erc-list-old-mode "erc-list-old")
-(define-erc-module list nil
+(define-erc-module list-old nil
   "List channels nicely in a separate buffer."
   ((defalias 'erc-cmd-LIST 'erc-list-channels))
   ((defalias 'erc-cmd-LIST 'erc-list-channels-simple)))




reply via email to

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