Hi Tamas,

On Aug 3, 10:16 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> The new version is uploaded to emacs wiki.

In the latest revision (revision 58) of anything.el, there are a
couple of things that need fixing:

1. (minor) There is a space at the beginning of " (defun anything-
maybe-fit-frame ()" that should be removed.

2. The call to fit-frame in anything-maybe-fit-frame passes in 4
params. The 4th parameter to fit-frame was only added on July 21,
2007. Therefore, this causes breakage for anyone using a released
version of emacs or a CVS emacs that is not pretty recent. Since the
params are optional, you could either just pass in 3 params or
condition the call.

- Bill


_______________________________________________
gnu-emacs-sources mailing list
gnu-emacs-sources@gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to