From 14cbdb5460d7ee728d397aace280702866eb880e Mon Sep 17 00:00:00 2001 From: gcv Date: Sat, 12 Mar 2022 23:16:32 -0800 Subject: Fix byte-compiler warning. --- perspective.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perspective.el b/perspective.el index 9fee04f..792eb49 100644 --- a/perspective.el +++ b/perspective.el @@ -1409,7 +1409,7 @@ perspective beginning with the given letter." (setq persp-show-modestring t) (persp-update-modestring)) -(cl-defun persp-other-buffer (&optional skip-buffer visible-ok frame) +(cl-defun persp-other-buffer (&optional skip-buffer _visible-ok frame) "A version of `other-buffer' which respects perspectives. This respects ido-ignore-buffers. TODO: The VISIBLE-OK parameter is currently ignored." -- cgit v1.0