erc-commit
[Top][All Lists]
Advanced

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

[Erc-commit] [commit][emacs22] erc-capab: Fix compiler warning.


From: mwolson
Subject: [Erc-commit] [commit][emacs22] erc-capab: Fix compiler warning.
Date: Sun, 14 Oct 2007 00:48:06 -0400

commit 81929e788ea7e0c7b7c30ea6aa2cad31d3521c78
Author: Michael Olson <address@hidden>
Date:   Sun Feb 26 07:05:26 2006 +0000

    erc-capab: Fix compiler warning.
    
    * erc-capab.el (erc-capab-unidentified): Fix compiler warning by
      specifying group.
    git-archimport-id: address@hidden/erc--cvs--0--patch-131

diff --git a/ChangeLog b/ChangeLog
index d9b2875..2638057 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-26  Michael Olson  <address@hidden>
+
+       * erc-capab.el (erc-capab-unidentified): Fix compiler warning by
+       specifying group.
+
 2006-02-20  Diane Murray  <address@hidden>
 
        * erc-capab.el (erc-capab-send-identify-messages): Fixed comment
diff --git a/erc-capab.el b/erc-capab.el
index 36802f3..02cca05 100644
--- a/erc-capab.el
+++ b/erc-capab.el
@@ -89,7 +89,8 @@
 
 (defface erc-capab-unidentified
   '((t :inherit highlight))
-  "Face for displaying users who haven't identified with NickServ.")
+  "Face for displaying users who haven't identified with NickServ."
+  :group 'erc-faces)
 
 ;;; Define module:
 




reply via email to

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