diff options
| author | Eli Zaretskii | 2023-01-14 18:15:46 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-01-14 18:15:46 +0200 |
| commit | cd83bc930ca4cfdb4b666e70424ffcf9ee4d5556 (patch) | |
| tree | 1312214e94171f30bb16dd8d22f02d0771f37771 | |
| parent | 96601cd90ba1b8a650d0e41dad2a58cb9e270f1b (diff) | |
| download | emacs-cd83bc930ca4cfdb4b666e70424ffcf9ee4d5556.tar.gz emacs-cd83bc930ca4cfdb4b666e70424ffcf9ee4d5556.zip | |
; * 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." | |||
| 380 | "Define some regular expressions to exclude files" | 380 | "Define some regular expressions to exclude files" |
| 381 | :tag "exclude-rules" | 381 | :tag "exclude-rules" |
| 382 | :type '(list string) | 382 | :type '(list string) |
| 383 | :version 29.1) | 383 | :version "29.1") |
| 384 | 384 | ||
| 385 | (defcustom hfy-display-class nil | 385 | (defcustom hfy-display-class nil |
| 386 | "Display class to use to determine which display class to use when | 386 | "Display class to use to determine which display class to use when |