emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103508: * lisp/erc/erc-track.el (erc


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103508: * lisp/erc/erc-track.el (erc-track-visibility): Fix :type. (Bug#6369)
Date: Thu, 03 Mar 2011 21:04:51 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103508
author: Julien Danjou <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2011-03-03 21:04:51 -0800
message:
  * lisp/erc/erc-track.el (erc-track-visibility): Fix :type.  (Bug#6369)
modified:
  lisp/erc/ChangeLog
  lisp/erc/erc-track.el
=== modified file 'lisp/erc/ChangeLog'
--- a/lisp/erc/ChangeLog        2011-02-10 16:56:00 +0000
+++ b/lisp/erc/ChangeLog        2011-03-04 05:04:51 +0000
@@ -1,3 +1,7 @@
+2011-03-04  Julien Danjou  <address@hidden>
+
+       * erc-track.el (erc-track-visibility): Fix :type.  (Bug#6369)
+
 2011-02-10  Stefan Monnier  <address@hidden>
 
        * erc-list.el (erc-list-menu-mode-map): Move initialization

=== modified file 'lisp/erc/erc-track.el'
--- a/lisp/erc/erc-track.el     2011-02-09 04:08:25 +0000
+++ b/lisp/erc/erc-track.el     2011-03-04 05:04:51 +0000
@@ -84,8 +84,8 @@
   :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."


reply via email to

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