]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/erc/erc-track.el (erc-track-visibility): Fix :type. (Bug#6369)
authorJulien Danjou <julien@danjou.info>
Fri, 4 Mar 2011 05:04:51 +0000 (21:04 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 4 Mar 2011 05:04:51 +0000 (21:04 -0800)
lisp/erc/ChangeLog
lisp/erc/erc-track.el

index 2996fee9bcb8eec87cdb47929df5c4b361ab0a49..e05828dfeeaa38ae580e415287b3ecad970ae896 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-04  Julien Danjou  <julien@danjou.info>
+
+       * erc-track.el (erc-track-visibility): Fix :type.  (Bug#6369)
+
 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * erc-list.el (erc-list-menu-mode-map): Move initialization
index a89244f695da7effda8b7fd347914a4dd1acac0a..28c1ced91c6d7dc0a726595557616db675e4c176 100644 (file)
@@ -84,8 +84,8 @@ Activity means that there was no user input in the last 10 seconds."
   :type  '(choice (const :tag "All frames" t)
                  (const :tag "All visible frames" visible)
                  (const :tag "Only the selected frame" nil)
-                 (const :tag "Only the selected frame if it was active"
-                        active)))
+                 (const :tag "Only the selected frame if it is visible"
+                        selected-visible)))
 
 (defcustom erc-track-exclude nil
   "A list targets (channel names or query targets) which should not be tracked."