]> git.eshelyaron.com Git - emacs.git/commit
* lisp/subr.el (dotimes): Deprecate RESULT field. (Bug#16206)
authorJuri Linkov <juri@linkov.net>
Sat, 28 Apr 2018 20:20:33 +0000 (23:20 +0300)
committerJuri Linkov <juri@linkov.net>
Sat, 28 Apr 2018 20:20:33 +0000 (23:20 +0300)
commitf4eeb0f5ae448db0f064f6305ab0bc0c3bae071a
tree375951dfe30538df200f6650b9bf178aadd3c803
parent0b3bc05d15c32ffa134347896c9b9fcff89225ab
* lisp/subr.el (dotimes): Deprecate RESULT field.  (Bug#16206)

* doc/lispref/control.texi (Iteration):
* doc/misc/cl.texi (Iteration): Document deprecation of its use.
* doc/lispintro/emacs-lisp-intro.texi (dotimes):
* test/src/emacs-module-tests.el (multiply-string):
* test/lisp/filenotify-tests.el (file-notify-test07-many-events):
Place RESULT field after the form.
doc/lispintro/emacs-lisp-intro.texi
doc/lispref/control.texi
doc/misc/cl.texi
lisp/subr.el
test/lisp/filenotify-tests.el
test/src/emacs-module-tests.el