emacs-devel
[Top][All Lists]
Advanced

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

Re: Compiler warnings in nnir.el


From: Stefan Monnier
Subject: Re: Compiler warnings in nnir.el
Date: Thu, 24 Apr 2008 22:27:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> (defmacro nnir-add-result-dummy (dirnam artno score prefix server artlist)
>   "Ask `nnir-compose-result' to construct a result vector, 
> and if it is non-nil, add it to artlist."
>   `(let ((result (nnir-compose-result-dummy dirnam artno score prefix 
> server)))
>      (when (not (null result))
>        (push result artlist))))

This looks very strange.  I guess there are missing commas in front of
dirnam, artno, score, prefix, and server in the call to
nnir-compose-result-dummy.


        Stefan




reply via email to

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