]> git.eshelyaron.com Git - emacs.git/commit
Add new macro dolist-with-progress-reporter
authorTino Calancha <tino.calancha@gmail.com>
Sun, 17 Jun 2018 09:28:34 +0000 (18:28 +0900)
committerTino Calancha <tino.calancha@gmail.com>
Sun, 17 Jun 2018 09:28:34 +0000 (18:28 +0900)
commitedb1f85a27817a3fac38bb85752671414819203b
tree8da1b7145ad7959199b2150c9337cd2f308bbb8c
parent5099b3abb2b623ce949b8efc37bee8c41d5ad754
Add new macro dolist-with-progress-reporter

* lisp/subr.el (dolist-with-progress-reporter): New macro (Bug#31697).
* lisp/cus-edit.el (custom-group-value-create): Use it.
* lisp/dabbrev.el (dabbrev--progress-reporter): Delete variable.
(dabbrev--find-expansion): Use dotimes-with-progress-reporter.

* doc/lispref/display.texi: Document the macro.
; * etc/NEWS: Announce it.
doc/lispref/display.texi
etc/NEWS
lisp/cus-edit.el
lisp/dabbrev.el
lisp/subr.el