]> git.eshelyaron.com Git - emacs.git/commit
Fix hfy-exclude-file-rules (bug#60562)
authorMattias Engdegård <mattiase@acm.org>
Sun, 15 Jan 2023 14:23:44 +0000 (15:23 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 16 Jan 2023 18:31:20 +0000 (19:31 +0100)
commite8c77d9abda9c5c48de546a4ff667ffdf3d27c94
tree0197071e3a85247df131d1ce4fef3950bbee03d8
parentc1d32d9a20dc94d403725c288d168451b916c034
Fix hfy-exclude-file-rules (bug#60562)

* lisp/htmlfontify.el (hfy-exclude-file-rules):
Fix broken defcustom type; no longer fails test-custom-opts.
Fix regexps not to use newline-sensitive patterns like `.` and `$`
which do not make sense when matching file names.
Better doc string.
* lisp/htmlfontify.el (hfy-list-files): Simplify regexp argument.
lisp/htmlfontify.el