NOTE: This patch has been committed.
Applied this, thanks.
lisp/ChangeLog addition:
2011-06-23 Didier Verna <didier(a)xemacs.org>
From smitchel <smitchel(a)bnin.net>
* frame.el (get-other-frame): Add missing first argument THIS to
the call to NEXT-FRAME.
XEmacs 21.5 source patch:
Diff command: hg diff --git --show-function
Files affected: lisp/frame.el
diff --git a/lisp/frame.el b/lisp/frame.el
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -602,7 +602,7 @@ is not considered (see `next-frame')."
(next (next-frame this 'visible-nomini)))
;; then search iconified frames
(if (eq this next)
- (setq next (next-frame 'visible-iconic-nomini)))
+ (setq next (next-frame this 'visible-iconic-nomini)))
(if (eq this next)
;; otherwise, make a new frame
(make-frame)
--
Resistance is futile. You will be jazzimilated.
Scientific site:
http://www.lrde.epita.fr/~didier
Music (Jazz) site:
http://www.didierverna.com
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches