Variable: gnus-shell-command-separator

gnus-shell-command-separator is a customizable variable defined in gnus.el.gz.

Value

";"

Documentation

String used to separate shell commands.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus.el.gz
(defcustom gnus-shell-command-separator ";"
  "String used to separate shell commands."
  :group 'gnus-files
  :type 'string)