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


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





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.