[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r108118: * iswitchb.el (iswitchb-all-
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r108118: * iswitchb.el (iswitchb-all-frames): Fix last change. |
Date: |
Fri, 04 May 2012 14:02:23 +0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 108118
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Fri 2012-05-04 14:02:23 +0800
message:
* iswitchb.el (iswitchb-all-frames): Fix last change.
modified:
lisp/iswitchb.el
=== modified file 'lisp/iswitchb.el'
--- a/lisp/iswitchb.el 2012-05-04 05:14:14 +0000
+++ b/lisp/iswitchb.el 2012-05-04 06:02:23 +0000
@@ -372,7 +372,7 @@
: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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r108118: * iswitchb.el (iswitchb-all-frames): Fix last change.,
Chong Yidong <=