patch for bug in frame.el
Stephen J. Turnbull
stephen at xemacs.org
Wed Jun 22 22:55:19 EDT 2011
Thanks!
Mike, is this your area? Looks right to me in the email, but I don't
have time to review it for about a week.
Steve
smitchel writes:
> I noticed a bug in frame.el, in 21.5.31. In the function
> get-other-frame, the first argument to next-frame was missing.
> I'm attaching a patch which should fix it.
>
> Sincerely,
> Byrel and Steve Mitchell
>
> ----------------------------------------------------------------------
> --- /home/steve/xemacs-21.5.31/lisp/frame.el 2011-06-22 17:06:55.000000000 -0400
> +++ /home/steve/xemacs-21.5.31/lisp/frame_modified.el 2011-06-22 17:07:25.000000000 -0400
> @@ -602,7 +602,7 @@
> (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)
>
> ----------------------------------------------------------------------
> _______________________________________________
> XEmacs-Beta mailing list
> XEmacs-Beta at xemacs.org
> http://lists.xemacs.org/mailman/listinfo/xemacs-beta
More information about the XEmacs-Beta
mailing list