GNU bug report logs - #6369
[PATCH] Fix erc-track-visibility customize choice.

Previous Next

Package: emacs;

Reported by: Julien Danjou <julien <at> danjou.info>

Date: Mon, 7 Jun 2010 09:34:02 UTC

Severity: normal

Tags: patch

Fixed in version 24.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Glenn Morris <rgm <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#6369: closed ([PATCH] Fix erc-track-visibility customize choice.)
Date: Fri, 04 Mar 2011 05:05:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 04 Mar 2011 00:04:49 -0500
with message-id <118vwv328e.fsf <at> fencepost.gnu.org>
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
help-debbugs <at> gnu.org.)


-- 
6369: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6369
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Julien Danjou <julien <at> danjou.info>
To: bug-gnu-emacs <at> gnu.org
Cc: Julien Danjou <julien <at> danjou.info>
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 <julien <at> danjou.info>
---
 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



[Message part 3 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 6369-done <at> debbugs.gnu.org
Subject: Re: [PATCH] Fix erc-track-visibility customize choice.
Date: Fri, 04 Mar 2011 00:04:49 -0500
Version: 24.1

Applied (without the paren typo).


This bug report was last modified 14 years and 81 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.