diff options
Diffstat (limited to 'lisp/erc/erc-log.el')
-rw-r--r-- | lisp/erc/erc-log.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el index c6ff8fa5bfe..368027579c4 100644 --- a/lisp/erc/erc-log.el +++ b/lisp/erc/erc-log.el @@ -202,6 +202,7 @@ If you set this to nil, you may want to enable both This should ideally, be a \"catch-all\" coding system, like `emacs-mule', or `iso-2022-7bit'." + :type 'coding-system :group 'erc-log) (defcustom erc-log-filter-function nil |