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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/embark 19eb9e59bc 3/3: Linting: remove unused lexical a


From: ELPA Syncer
Subject: [elpa] externals/embark 19eb9e59bc 3/3: Linting: remove unused lexical argument
Date: Thu, 30 Dec 2021 16:57:40 -0500 (EST)

branch: externals/embark
commit 19eb9e59bca1e700b9b5405c3a80ffd06c7f823a
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Linting: remove unused lexical argument
---
 embark.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index af22473ec4..3775716d9c 100644
--- a/embark.el
+++ b/embark.el
@@ -3704,7 +3704,7 @@ and leaves the point to the left of it."
     (set-mark (cdr bounds))
     (goto-char (car bounds))))
 
-(cl-defun embark--unmark-target (&key bounds &allow-other-keys)
+(cl-defun embark--unmark-target (&rest _)
   "Deactivate the region target."
   (deactivate-mark t))
 



reply via email to

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