diff options
| author | Eli Zaretskii | 2018-06-17 13:13:52 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-06-17 13:13:52 +0300 |
| commit | 849631c1b7e9c5c4a90655208265de9db0854bb2 (patch) | |
| tree | 1358565cf5f8eb83eb35d5e5f45c50f7d90e3bec /etc | |
| parent | edb1f85a27817a3fac38bb85752671414819203b (diff) | |
| download | emacs-849631c1b7e9c5c4a90655208265de9db0854bb2.tar.gz emacs-849631c1b7e9c5c4a90655208265de9db0854bb2.zip | |
Fix last change
* etc/NEWS: Fix last added entry.
* lisp/subr.el (dotimes-with-progress-reporter)
(dolist-with-progress-reporter): Fix the advertised signature.
* doc/lispref/display.texi (Progress): Fix last change.
(Bug#31696) (Bug#31697)
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -617,7 +617,9 @@ manual for more details. | |||
| 617 | * Lisp Changes in Emacs 27.1 | 617 | * Lisp Changes in Emacs 27.1 |
| 618 | 618 | ||
| 619 | +++ | 619 | +++ |
| 620 | ** New macro dolist-with-progress-reporter. | 620 | ** New macro 'dolist-with-progress-reporter'. |
| 621 | This works like 'dolist', but reports progress similar to | ||
| 622 | 'dotimes-with-progress-reporter'. | ||
| 621 | 623 | ||
| 622 | +++ | 624 | +++ |
| 623 | ** New hook 'after-delete-frame-functions'. | 625 | ** New hook 'after-delete-frame-functions'. |