Skip to content

Commit

Permalink
Add name to ignore in loopy--defaccumulation.
Browse files Browse the repository at this point in the history
Silence byte-compiler warnings when `name` is unused.
  • Loading branch information
okamsn committed Aug 16, 2024
1 parent 1c2a216 commit df3c2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loopy-commands.el
Original file line number Diff line number Diff line change
Expand Up @@ -1777,7 +1777,7 @@ you can use in the instructions:
args (nreverse args-holding))
(setq args parser-args)))

(ignore args opts)
(ignore name args opts)

(let ((arg-length (length args)))
(cond
Expand Down

0 comments on commit df3c2c0

Please sign in to comment.