From cd83bc930ca4cfdb4b666e70424ffcf9ee4d5556 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 14 Jan 2023 18:15:46 +0200 Subject: [PATCH] ; * lisp/htmlfontify.el (hfy-exclude-file-rules): Fix :version. --- lisp/htmlfontify.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/htmlfontify.el b/lisp/htmlfontify.el index 0e3b48470d1..0959405081f 100644 --- a/lisp/htmlfontify.el +++ b/lisp/htmlfontify.el @@ -380,7 +380,7 @@ otherwise." "Define some regular expressions to exclude files" :tag "exclude-rules" :type '(list string) - :version 29.1) + :version "29.1") (defcustom hfy-display-class nil "Display class to use to determine which display class to use when -- 2.39.5