all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6369: [PATCH] Fix erc-track-visibility customize choice.
@ 2010-06-07  9:32 Julien Danjou
  2011-03-04  5:04 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Julien Danjou @ 2010-06-07  9:32 UTC (permalink / raw)
  To: 6369; +Cc: Julien Danjou

`active' does not seems like a valid symbol here, it's rather
`selected-visible'.

Signed-off-by: Julien Danjou <julien@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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#6369: [PATCH] Fix erc-track-visibility customize choice.
  2010-06-07  9:32 bug#6369: [PATCH] Fix erc-track-visibility customize choice Julien Danjou
@ 2011-03-04  5:04 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2011-03-04  5:04 UTC (permalink / raw)
  To: 6369-done

Version: 24.1

Applied (without the paren typo).





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-04  5:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-07  9:32 bug#6369: [PATCH] Fix erc-track-visibility customize choice Julien Danjou
2011-03-04  5:04 ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.