Variable: fortune-database-extension

fortune-database-extension is a customizable variable defined in fortune.el.gz.

Value

".dat"

Documentation

The extension of the corresponding fortune database.

Normally you won't have a reason to change it.

Source Code

;; Defined in /usr/src/emacs/lisp/play/fortune.el.gz
(defcustom fortune-database-extension  ".dat"
  "The extension of the corresponding fortune database.
Normally you won't have a reason to change it."
  :type 'string)