branch: elpa/powershell
commit 803fa4617efbe170cb7614ef065dc562909be509
Author: Juergen Hoetzel <[email protected]>
Commit: Juergen Hoetzel <[email protected]>
Use _ to prevent unused argument warning
---
powershell.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/powershell.el b/powershell.el
index 7030d196751..0bfe80c72ec 100644
--- a/powershell.el
+++ b/powershell.el
@@ -1061,8 +1061,7 @@ See the help for `shell' for more details. \(Type
;; add the hook that sets the flag
(add-hook 'window-size-change-functions
- #'(lambda (&rest args)
- (ignore args)
+ #'(lambda (&rest _)
(setq powershell--need-rawui-resize t)))
;; set the flag so we resize properly the first time.