emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r117982: * ses.el (ses-calculate-cell): bind row


From: Stefan Monnier
Subject: Re: [Emacs-diffs] trunk r117982: * ses.el (ses-calculate-cell): bind row and col dynamically to
Date: Tue, 30 Sep 2014 12:00:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> +          (cl-progv '(row col maxrow maxcol) (list ,row (+ ,c ,mincol) 
> ,maxrow ,maxcol)
> +            ,@body)))))))

Why use cl-progv here?  It's *much* less efficient than a plain `let'.

> +       (setq newval (cl-progv '(row col)
> +                        (list row col)

Same here.


        Stefan



reply via email to

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