; Fix last change in htmlfontify.el

This commit is contained in:
Eli Zaretskii 2023-01-14 11:10:53 +02:00
parent 7100ecd7a4
commit 435ba92ccc

View file

@ -78,7 +78,7 @@
;;; Code: ;;; Code:
(eval-when-compile (require 'cl-lib)) (require 'cl-lib)
(require 'cus-edit) (require 'cus-edit)
(defconst hfy-meta-tags (defconst hfy-meta-tags
@ -379,7 +379,8 @@ otherwise."
"/\\.git\\(?:/.*\\)?$") "/\\.git\\(?:/.*\\)?$")
"Define some regular expressions to exclude files" "Define some regular expressions to exclude files"
:tag "exclude-rules" :tag "exclude-rules"
:type '(list string)) :type '(list string)
:version 29.1)
(defcustom hfy-display-class nil (defcustom hfy-display-class nil
"Display class to use to determine which display class to use when "Display class to use to determine which display class to use when