mirror of
https://github.com/larstvei/Focus.git
synced 2024-11-26 03:28:32 +00:00
Fix "Unused lexical argument" warning
This commit is contained in:
parent
9af4fbe635
commit
707eee02d6
4
focus.el
4
focus.el
@ -176,12 +176,12 @@ Returns the list of added overlays."
|
||||
(while focus-unfocused-overlays
|
||||
(delete-overlay (pop focus-unfocused-overlays))))
|
||||
|
||||
(defun focus-move-focus (&rest args)
|
||||
(defun focus-move-focus (&rest _args)
|
||||
"Move the focused section according to `focus-bounds'.
|
||||
|
||||
If `focus-mode' is enabled, this function is added to
|
||||
`post-command-hook' and `window-scroll-functions'. The function
|
||||
can be called with an arbitrary number of ARGS to support being
|
||||
can be called with an arbitrary number of _ARGS to support being
|
||||
called from `window-scroll-functions'."
|
||||
(while-no-input
|
||||
(with-current-buffer focus-buffer
|
||||
|
Loading…
Reference in New Issue
Block a user