diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-01-14 18:15:46 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-01-14 18:15:46 +0200 |
commit | cd83bc930ca4cfdb4b666e70424ffcf9ee4d5556 (patch) | |
tree | 1312214e94171f30bb16dd8d22f02d0771f37771 | |
parent | 96601cd90ba1b8a650d0e41dad2a58cb9e270f1b (diff) | |
download | emacs-cd83bc930ca4cfdb4b666e70424ffcf9ee4d5556.tar.gz |
; * lisp/htmlfontify.el (hfy-exclude-file-rules): Fix :version.
-rw-r--r-- | lisp/htmlfontify.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |