From 35fee6ce58661a1d32e995f1dac5a49d8d824fa1 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 3 Mar 2011 21:04:51 -0800 Subject: [PATCH] * lisp/erc/erc-track.el (erc-track-visibility): Fix :type. (Bug#6369) --- lisp/erc/ChangeLog | 4 ++++ lisp/erc/erc-track.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 2996fee9bcb..e05828dfeea 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,7 @@ +2011-03-04 Julien Danjou + + * erc-track.el (erc-track-visibility): Fix :type. (Bug#6369) + 2011-02-10 Stefan Monnier * erc-list.el (erc-list-menu-mode-map): Move initialization diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el index a89244f695d..28c1ced91c6 100644 --- a/lisp/erc/erc-track.el +++ b/lisp/erc/erc-track.el @@ -84,8 +84,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." -- 2.39.2