[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote d46aee3bf6: Placate the compiler for unused argu
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote d46aee3bf6: Placate the compiler for unused argument |
Date: |
Wed, 16 Nov 2022 11:57:32 -0500 (EST) |
branch: externals/denote
commit d46aee3bf69e3ced28db9a392ba3e393a5a3d5bf
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Placate the compiler for unused argument
Thanks to Elias Storms for testing my suggestion and confirming that
it works:
<https://lists.sr.ht/~protesilaos/denote/%3Cm2sfisexx7.fsf%40MBA21.fritz.box%3E#%3Cm2edu5o01m.fsf@MBA21.fritz.box%3E>.
---
denote-org-dblock.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote-org-dblock.el b/denote-org-dblock.el
index 11fc556890..5b62241a02 100644
--- a/denote-org-dblock.el
+++ b/denote-org-dblock.el
@@ -134,7 +134,7 @@ Used by `org-dblock-update' with PARAMS provided by the
dynamic block."
(org-dynamic-block-define "denote-backlinks"
'denote-org-dblock-insert-backlinks)
-(defun org-dblock-write:denote-backlinks (params)
+(defun org-dblock-write:denote-backlinks (_params)
"Function to update `denote-backlinks' Org Dynamic blocks.
Used by `org-dblock-update' with PARAMS provided by the dynamic block."
(when-let* ((file (buffer-file-name))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/denote d46aee3bf6: Placate the compiler for unused argument,
ELPA Syncer <=