Variable: mh-repl-formfile

mh-repl-formfile is a variable defined in mh-comp.el.gz.

Value

"replcomps"

Documentation

Name of file to be used as a skeleton for replying to messages.

Default is "replcomps".

If not an absolute file name, the file is searched for first in the user's MH directory, then in the system MH lib directory.

Source Code

;; Defined in /usr/src/emacs/lisp/mh-e/mh-comp.el.gz
(defvar mh-repl-formfile "replcomps"
  "Name of file to be used as a skeleton for replying to messages.

Default is \"replcomps\".

If not an absolute file name, the file is searched for first in the
user's MH directory, then in the system MH lib directory.")