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

[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))))



reply via email to

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