Variable: hfy-tags-sortl

hfy-tags-sortl is a variable defined in htmlfontify.el.gz.

Value

nil

Documentation

Alist of the form (("/src/dir" . (tag0 tag1 tag2)) ... )

where the tags are stored in descending order of length.

See also hfy-load-tags-cache.

Source Code

;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defvar hfy-tags-sortl nil
  "Alist of the form ((\"/src/dir\" . (tag0 tag1 tag2)) ... )

where the tags are stored in descending order of length.

See also `hfy-load-tags-cache'.")