mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
Fix ox-koma-letter compilation warnings
* lisp/org/ox-koma-letter.el (org-koma-letter-export-block) (org-koma-letter-export-snippet): Fix warning about two unused parameter.
This commit is contained in:
parent
340e527bed
commit
bd60fca2fa
@ -594,7 +594,7 @@ such as the one tagged with PS."
|
||||
|
||||
;;;; Export Block
|
||||
|
||||
(defun org-koma-letter-export-block (export-block contents info)
|
||||
(defun org-koma-letter-export-block (export-block _contents _info)
|
||||
"Transcode an EXPORT-BLOCK element into KOMA Scrlttr2 code.
|
||||
CONTENTS is nil. INFO is a plist used as a communication
|
||||
channel."
|
||||
@ -604,7 +604,7 @@ channel."
|
||||
|
||||
;;;; Export Snippet
|
||||
|
||||
(defun org-koma-letter-export-snippet (export-snippet contents info)
|
||||
(defun org-koma-letter-export-snippet (export-snippet _contents _info)
|
||||
"Transcode an EXPORT-SNIPPET object into KOMA Scrlttr2 code.
|
||||
CONTENTS is nil. INFO is a plist used as a communication
|
||||
channel."
|
||||
|
Loading…
Reference in New Issue
Block a user