[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/embark f3c8bc3328 4/6: Silence unused variable warnings
From: |
ELPA Syncer |
Subject: |
[elpa] externals/embark f3c8bc3328 4/6: Silence unused variable warnings |
Date: |
Fri, 8 Sep 2023 15:57:48 -0400 (EDT) |
branch: externals/embark
commit f3c8bc3328b09d0f5e6f5d2d818ba355911c7dd8
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>
Silence unused variable warnings
---
embark-org.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/embark-org.el b/embark-org.el
index efc1e2ad17..99d78ee45d 100644
--- a/embark-org.el
+++ b/embark-org.el
@@ -569,7 +569,7 @@ REST are the remaining arguments."
(add-to-list 'embark-keymap-alist '(org-remote-heading embark-org-heading-map))
(cl-defun embark-org--at-remote-heading
- (&rest rest &key run target type &allow-other-keys)
+ (&rest rest &key run target &allow-other-keys)
"RUN the action at the location of the remote heading.
The location is given by the `org-marker' text property of
target. Applies RUN to the REST of the arguments."
@@ -589,7 +589,7 @@ target. Applies RUN to the REST of the arguments."
(pulse-momentary-highlight-one-line)))
(map-keymap
- (lambda (key cmd)
+ (lambda (_key cmd)
(unless (where-is-internal cmd (list embark-general-map))
(cl-pushnew 'embark-org-goto-remote-heading
(alist-get cmd embark-pre-action-hooks))))
- [elpa] externals/embark updated (66eb18798d -> bacc3c819a), ELPA Syncer, 2023/09/08
- [elpa] externals/embark db03cc10c5 3/6: Visibly jump to org remote headings when acting on them?, ELPA Syncer, 2023/09/08
- [elpa] externals/embark f0dceae70a 5/6: Merge remote-tracking branch 'github/remote-org-heading', ELPA Syncer, 2023/09/08
- [elpa] externals/embark f3c8bc3328 4/6: Silence unused variable warnings,
ELPA Syncer <=
- [elpa] externals/embark bacc3c819a 6/6: Fix long standing dyslexic typo in promote/demote, ELPA Syncer, 2023/09/08
- [elpa] externals/embark 465e1cb802 1/6: Replace agenda-item support with jump to heading, ELPA Syncer, 2023/09/08
- [elpa] externals/embark cd7c880aff 2/6: Add default action override for org-remote-heading, ELPA Syncer, 2023/09/08