Variable: hfy-link-extn

hfy-link-extn is a customizable variable defined in htmlfontify.el.gz.

Value

nil

Documentation

File extension used for href links.

Useful where the htmlfontify output files are going to be processed again, with a resulting change in file extension. If nil, then any code using this should fall back to hfy-extn.

Source Code

;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defcustom hfy-link-extn nil
  "File extension used for href links.
Useful where the htmlfontify output files are going to be processed
again, with a resulting change in file extension.  If nil, then any
code using this should fall back to `hfy-extn'."
  :tag   "link-extension"
  :type  '(choice string (const nil)))