emacs-bug-tracker
[Top][All Lists]
Advanced

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

[Emacs-bug-tracker] bug#6369: closed ([PATCH] Fix erc-track-visibility c


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6369: closed ([PATCH] Fix erc-track-visibility customize choice.)
Date: Fri, 04 Mar 2011 05:05:01 +0000

Your message dated Fri, 04 Mar 2011 00:04:49 -0500
with message-id <address@hidden>
and subject line Re: [PATCH] Fix erc-track-visibility customize choice.
has caused the GNU bug report #6369,
regarding [PATCH] Fix erc-track-visibility customize choice.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6369: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6369
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Fix erc-track-visibility customize choice. Date: Mon, 7 Jun 2010 11:32:47 +0200
`active' does not seems like a valid symbol here, it's rather
`selected-visible'.

Signed-off-by: Julien Danjou <address@hidden>
---
 lisp/erc/erc-track.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el
index 8d4f4c1..329ec5b 100644
--- a/lisp/erc/erc-track.el
+++ b/lisp/erc/erc-track.el
@@ -85,8 +85,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."
-- 
1.7.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] Fix erc-track-visibility customize choice. Date: Fri, 04 Mar 2011 00:04:49 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.1

Applied (without the paren typo).


--- End Message ---

reply via email to

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