Variable: gnus-site-init-file
gnus-site-init-file is a customizable variable defined in
gnus-start.el.gz.
Value
nil
Documentation
The site-wide Gnus Emacs Lisp startup file name, or nil if none.
If a file with the .el or .elc suffixes exists, it will be read instead.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defcustom gnus-site-init-file
(condition-case nil
(concat (file-name-directory
(directory-file-name installation-directory))
"site-lisp/gnus-init")
(error nil))
"The site-wide Gnus Emacs Lisp startup file name, or nil if none.
If a file with the `.el' or `.elc' suffixes exists, it will be read instead."
:group 'gnus-start
:type '(choice file (const nil)))