emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 cd83bc930c 1/2: ; * lisp/htmlfontify.el (hfy-exclude-file-rules


From: Eli Zaretskii
Subject: emacs-29 cd83bc930c 1/2: ; * lisp/htmlfontify.el (hfy-exclude-file-rules): Fix :version.
Date: Sat, 14 Jan 2023 11:30:09 -0500 (EST)

branch: emacs-29
commit cd83bc930ca4cfdb4b666e70424ffcf9ee4d5556
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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 0e3b48470d..0959405081 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]