* lisp/erc/erc-track.el (erc-track-visibility): Fix :type. (Bug#6369)
This commit is contained in:
parent
fc0e90924a
commit
35fee6ce58
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue