aboutsummaryrefslogtreecommitdiff
path: root/perspective.el
diff options
context:
space:
mode:
Diffstat (limited to 'perspective.el')
-rw-r--r--perspective.el2
1 files changed, 1 insertions, 1 deletions
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."