emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/htmlize 1f33a9de76 4/8: Fix number of semicolons used in a


From: ELPA Syncer
Subject: [nongnu] elpa/htmlize 1f33a9de76 4/8: Fix number of semicolons used in a comment
Date: Mon, 12 Feb 2024 07:00:12 -0500 (EST)

branch: elpa/htmlize
commit 1f33a9de7671a017c3bd9a015c30be90e7a9b9b6
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Hrvoje Nikšić <hniksic@gmail.com>

    Fix number of semicolons used in a comment
---
 htmlize.el | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/htmlize.el b/htmlize.el
index 8e3c6b4c6f..96a354e091 100644
--- a/htmlize.el
+++ b/htmlize.el
@@ -1753,14 +1753,14 @@ overload this function to do it and htmlize will 
comply."
 
 ;; Older implementation of htmlize-make-file-name that changes FILE's
 ;; extension to ".html".
-;(defun htmlize-make-file-name (file)
-;  (let ((extension (file-name-extension file))
-;      (sans-extension (file-name-sans-extension file)))
-;    (if (or (equal extension "html")
-;          (equal extension "htm")
-;          (equal sans-extension ""))
-;      (concat file ".html")
-;      (concat sans-extension ".html"))))
+;; (defun htmlize-make-file-name (file)
+;;  (let ((extension (file-name-extension file))
+;;     (sans-extension (file-name-sans-extension file)))
+;;    (if (or (equal extension "html")
+;;         (equal extension "htm")
+;;         (equal sans-extension ""))
+;;     (concat file ".html")
+;;      (concat sans-extension ".html"))))
 
 ;;;###autoload
 (defun htmlize-file (file &optional target)



reply via email to

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