From 85e8b518113820afff2edd0a35e70d54b1395ff4 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Fri, 4 May 2012 14:02:23 +0800 Subject: [PATCH] * iswitchb.el (iswitchb-all-frames): Fix last change. --- lisp/iswitchb.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index a31828514bd..6493a8f800c 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el @@ -372,7 +372,7 @@ See also `iswitchb-newbuffer'." :type 'string :group 'iswitchb) -(defvar iswitchb-all-frames 'visible +(defcustom iswitchb-all-frames 'visible "Argument to pass to `walk-windows' when iswitchb is finding buffers. See documentation of `walk-windows' for useful values." :type '(choice (const :tag "Selected frame only" nil) -- 2.39.2