emacs-devel
[Top][All Lists]
Advanced

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

Re: Warning: attempt to open-code `anonymous lambda' with too few argume


From: Lennart Borgman (gmail)
Subject: Re: Warning: attempt to open-code `anonymous lambda' with too few arguments
Date: Tue, 29 Apr 2008 09:00:23 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Stefan Monnier wrote:
I get the warning above when I byte compiling a file. The error points to
a line that contains

      (when (< new-real-end old-end)

I'd guess the line-number is off.


That sounds very likely. There are several of those warnings. All of them located at 1361:16.

The message comes from byte-compile-unfold-lambda and the name parameter to this function is "anonymous lambda". It was an error in the number of parameters (in unused code).





reply via email to

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