Variable: fortune-quiet-strfile-options

fortune-quiet-strfile-options is a customizable variable defined in fortune.el.gz.

Value

"> /dev/null"

Documentation

Text added to the command for running strfile.

By default it discards the output produced by strfile. Set this to "" if you would like to see the output.

Source Code

;; Defined in /usr/src/emacs/lisp/play/fortune.el.gz
(defcustom fortune-quiet-strfile-options (concat "> " null-device)
  "Text added to the command for running `strfile'.
By default it discards the output produced by `strfile'.
Set this to \"\" if you would like to see the output."
  :type 'string)