From: Chong Yidong Date: Fri, 4 May 2012 06:02:23 +0000 (+0800) Subject: * iswitchb.el (iswitchb-all-frames): Fix last change. X-Git-Tag: emacs-24.2.90~471^2~197 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85e8b518113820afff2edd0a35e70d54b1395ff4;p=emacs.git * iswitchb.el (iswitchb-all-frames): Fix last change. --- 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)