erc-commit
[Top][All Lists]
Advanced

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

[Erc-commit] [commit][emacs22] Fixed customization mismatch in erc-nickl


From: mwolson
Subject: [Erc-commit] [commit][emacs22] Fixed customization mismatch in erc-nicklist-voiced-position.
Date: Sun, 14 Oct 2007 00:48:58 -0400

commit c28a5ebd2eef0c147eb4134798e3607e601b13b3
Author: Diane Murray <address@hidden>
Date:   Sun Apr 8 19:03:20 2007 +0000

    Fixed customization mismatch in erc-nicklist-voiced-position.
    
    * erc-nicklist.el (erc-nicklist-voiced-position): Fixed
    customization mismatch.
    git-archimport-id: address@hidden/erc--main--0--patch-138

diff --git a/ChangeLog b/ChangeLog
index 177f205..218c0f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-08  Diane Murray  <address@hidden>
+
+       * erc-nicklist.el (erc-nicklist-voiced-position): Fixed
+       customization mismatch.
+
 2007-04-01  Michael Olson  <address@hidden>
 
        * erc.el (erc-version-string): Release ERC 5.2.
diff --git a/erc-nicklist.el b/erc-nicklist.el
index f37b8ea..2fd7660 100644
--- a/erc-nicklist.el
+++ b/erc-nicklist.el
@@ -104,8 +104,8 @@ Icons are displayed if `erc-nicklist-use-icons' is non-nil."
 The value can be `top', `bottom' or nil (don't sort)."
   :group 'erc-nicklist
   :type  '(choice
-          (const :tag "Top" 'top)
-          (const :tag "Bottom" 'bottom)
+          (const :tag "Top" top)
+          (const :tag "Bottom" bottom)
           (const :tag "Mixed" nil)))
 
 (defcustom erc-nicklist-window-size 20.0




reply via email to

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