emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108118: * iswitchb.el (iswitchb-a


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108118: * iswitchb.el (iswitchb-all-frames): Fix last change.
Date: Fri, 02 Nov 2012 01:45:58 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]