Variable: rfc1843-newsgroups-regexp

rfc1843-newsgroups-regexp is a customizable variable defined in rfc1843.el.gz.

Value

"chinese\\|hz"

Documentation

Regexp of newsgroups in which might be HZ encoded.

Source Code

;; Defined in /usr/src/emacs/lisp/international/rfc1843.el.gz
(defcustom rfc1843-newsgroups-regexp "chinese\\|hz"
  "Regexp of newsgroups in which might be HZ encoded."
  :type 'regexp
  :group 'mime)