erc-commit
[Top][All Lists]
Advanced

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

[Erc-commit] [commit][emacs22] erc-nicklist: Fix missing paren.


From: mwolson
Subject: [Erc-commit] [commit][emacs22] erc-nicklist: Fix missing paren.
Date: Sun, 14 Oct 2007 00:48:30 -0400

commit 763f1850c5c3df806f35e7fd319ec240af633ed4
Author: Michael Olson <address@hidden>
Date:   Mon Sep 11 22:44:11 2006 +0000

    erc-nicklist: Fix missing paren.
    
    2006-09-11  Michael Olson  <address@hidden>
    
        * erc-nicklist.el (erc-nicklist-insert-contents): Add missing
        parenthesis.  Thanks to Stephan Stahl for the report.
    git-archimport-id: address@hidden/erc--main--0--patch-53

diff --git a/ChangeLog b/ChangeLog
index 52b2316..5c4e6fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-09-11  Michael Olson  <address@hidden>
+
+       * erc-nicklist.el (erc-nicklist-insert-contents): Add missing
+       parenthesis.  Thanks to Stephan Stahl for the report.
+
 2006-09-10  Eric Hanchrow  <address@hidden>
 
        * erc.el (erc-cmd-IGNORE): Prompt user if this might be a regexp
diff --git a/erc-nicklist.el b/erc-nicklist.el
index 45041b3..669f055 100644
--- a/erc-nicklist.el
+++ b/erc-nicklist.el
@@ -225,7 +225,7 @@ Seach for the BBDB record of this contact.  If not found, 
return nil."
                              'erc-nicklist-channel channel
                              'help-echo balloon-text)
              "\n")))
-  (erc-nicklist-mode))
+  (erc-nicklist-mode)))
 
 
 (defun erc-nicklist ()




reply via email to

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