From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Philipp Stephani
> > FWIW, I think that if any changes are made to = dotimes they
> > should be in the direction of Common Lisp dotimes.
>
> How do Elisp's dotimes and Common Lisp's dotimes differ?
http://clhs.lisp.se/Body/m_dotime.htm<= br class=3D"gmail_msg">
It respects `return' and `return-from'.=C2=A0 It allows tags
(for `go').
For purposes of this thread: As in Emacs Lisp, both VAR
and COUNT are required arguments.=C2=A0 In general, I'd prefer
that Emacs Lisp not diverge from but converge toward
Common Lisp.