summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-05-04 14:02:23 +0800
committerChong Yidong <cyd@gnu.org>2012-05-04 14:02:23 +0800
commit85e8b518113820afff2edd0a35e70d54b1395ff4 (patch)
tree6a6ed21ed2e5147dd23e8750ecc8c4fbdeba2d4f /lisp
parent78f3273aab4817ead42af0db41e703dc7e90260b (diff)
downloademacs-85e8b518113820afff2edd0a35e70d54b1395ff4.tar.gz
* iswitchb.el (iswitchb-all-frames): Fix last change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/iswitchb.el2
1 files changed, 1 insertions, 1 deletions
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)