* lisp/erc/erc-track.el (erc-track-visibility): Fix :type. (Bug#6369)

This commit is contained in:
Julien Danjou 2011-03-03 21:04:51 -08:00 committed by Glenn Morris
parent fc0e90924a
commit 35fee6ce58
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2011-03-04 Julien Danjou <julien@danjou.info>
* erc-track.el (erc-track-visibility): Fix :type. (Bug#6369)
2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
* erc-list.el (erc-list-menu-mode-map): Move initialization

View file

@ -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."