[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/aidermacs 605f17a166 401/466: Address unused _args
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/aidermacs 605f17a166 401/466: Address unused _args |
Date: |
Sat, 15 Mar 2025 19:19:14 -0400 (EDT) |
branch: elpa/aidermacs
commit 605f17a166b5706857a7579855a39ebe52a64769
Author: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
Commit: Mingde (Matthew) Zeng <matthewzmd@posteo.net>
Address unused _args
---
aidermacs-backend-vterm.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/aidermacs-backend-vterm.el b/aidermacs-backend-vterm.el
index 38f4345fe7..7d7635aba7 100644
--- a/aidermacs-backend-vterm.el
+++ b/aidermacs-backend-vterm.el
@@ -226,9 +226,9 @@ ORIG-FUN is the original function being advised. ARGS are
its arguments."
(setq-local aidermacs--vterm-last-check-point nil)
(advice-remove 'vterm-send-return #'aidermacs--vterm-capture-keyboard-input))
-(defun aidermacs--cleanup-temp-files-on-interrupt-vterm (&rest args)
+(defun aidermacs--cleanup-temp-files-on-interrupt-vterm (&rest _args)
"Run `aidermacs--cleanup-all-temp-files' after interrupting a vterm subjob.
-ARGS are the arguments."
+_ARGS are the arguments."
(when (and (aidermacs--is-aidermacs-buffer-p)
(equal (this-command-keys) "\C-c\C-c"))
(aidermacs--cleanup-all-temp-files)))
- [nongnu] elpa/aidermacs f5bb04acdb 336/466: Fix version spec typo, (continued)
- [nongnu] elpa/aidermacs f5bb04acdb 336/466: Fix version spec typo, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 9ada5e3ae8 340/466: Remove redundant aidermacs-doom.el, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 73f96304c1 345/466: Optimize vterm output handling and add multiline input support, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs a2b7e23914 347/466: Merge pull request #34 from ianschenck/ian/profile-speed-up, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 42afb31e79 349/466: Improve model selection algorithm, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs cf3063f5d3 353/466: Use commandp to detect vterm, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 466899082f 356/466: Use "sonnet" instead of the full sonnet version, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs ba8508d7d8 385/466: Merge pull request #42 from MatthewZMD/revamp-transient, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 1a47d246d0 400/466: Merge pull request #45 from MatthewZMD/ediff, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 4b8cbaa031 393/466: Further development on ediff feature, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 605f17a166 401/466: Address unused _args,
ELPA Syncer <=
- [nongnu] elpa/aidermacs 46712fe697 402/466: Make vterm backend work with ediff, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 925389b585 408/466: Use stock emacs use-package, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 5b0244ef00 416/466: fix: the aider process may had been killed, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs a7078cfc7b 423/466: Fix linting, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 3fd6f56033 191/466: doc: Update README, add AI assisted development workflow with aider.el (#71), ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 1d2a39f0d2 195/466: docs: clarify instructions for refactoring code blocks with aider, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs 1633d811a3 193/466: style(readme): fix text indentation in test section, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs b25fa593e3 203/466: Feat: Support multi-lines comment based in-place implementation (#73), ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs d1773a83c9 197/466: docs: improve formatting and organization in usage guide, ELPA Syncer, 2025/03/15
- [nongnu] elpa/aidermacs b046fc5802 223/466: Add aider-multiline-newline-key, ELPA Syncer, 2025/03/15