diff options
author | Spencer Williams <spnw@plexwave.org> | 2025-07-11 16:52:33 -0400 |
---|---|---|
committer | Spencer Williams <spnw@plexwave.org> | 2025-07-11 16:52:33 -0400 |
commit | ac468cb3500ac9def50359bb87ba04a7267d1249 (patch) | |
tree | 2922f31cf4432e3a8e8ae3773d243f72e0962977 /lisp/seam-html.el | |
parent | 037a20d6a621fc24576dbb4fb460b4b6cbcbc846 (diff) |
Minor reformatting
Diffstat (limited to 'lisp/seam-html.el')
-rw-r--r-- | lisp/seam-html.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/seam-html.el b/lisp/seam-html.el index 8842ab8..57cd9b9 100644 --- a/lisp/seam-html.el +++ b/lisp/seam-html.el @@ -344,7 +344,6 @@ INFO is a plist holding contextual information. See ;; No path, only description. (t desc)))) - (defun seam-html-src-block (src-block _contents info) "Transcode a SRC-BLOCK element from Org to HTML. CONTENTS holds the contents of the item. INFO is a plist holding |