emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] excorporate.el:257:23:Error: Wrong type argument: listp, star


From: Stefan Monnier
Subject: Re: [elpa] excorporate.el:257:23:Error: Wrong type argument: listp, start-exco--fsm
Date: Sun, 10 Jul 2016 11:20:26 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> --- a/packages/fsm/fsm.el
> +++ b/packages/fsm/fsm.el
> @@ -186,7 +186,7 @@ (cl-defmacro define-state-machine (name &key start sleep)
>              (put fsm :name ',name)
>              (put fsm :state nil)
>              (put fsm :state-data nil)
> -            (put fsm :sleep ,(or sleep (lambda (secs)
> +            (put fsm :sleep ,(or sleep '(lambda (secs)
>                                           (accept-process-output
>                                            nil secs))))
>              (put fsm :deferred nil)

This looks wrong.  it seems to indicate that somewhere else there's
a confusion between a value and an expression.


        Stefan




reply via email to

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