summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2019-05-25 19:44:41 -0400
committerNoam Postavsky <npostavs@gmail.com>2019-06-03 20:18:19 -0400
commitf81b812d75d33a7d24c8c0f46455bde9a7ee6840 (patch)
treed258d46ceca01aedb326fbbf9d593e7dd7ba4e7a /etc
parent2aae063055283ee64ecf339c812a1fe6d1cb106e (diff)
downloademacs-f81b812d75d33a7d24c8c0f46455bde9a7ee6840.tar.gz
Let untarring (and hence package installation) go faster (Bug#35909)
* lisp/subr.el (progress-reporter-update) (progress-reporter-force-update, progress-reporter-do-update): Accept new optional argument, SUFFIX. * doc/lispref/display.texi (Progress): Document it. * etc/NEWS: Announce it. * lisp/tar-mode.el (tar-untar-buffer): Use a progress reporter instead of calling message. Suppress message from write-region. Let-bind write-region-inhibit-fsync to t.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 980f5123a1d..d1239523abd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -370,6 +370,10 @@ in tooltips, as it is not useful there.
There are 2 new buffer local variables and 1 face to customize this
mode they are described in the manual "(emacs) Display".
++++
+** 'progress-reporter-update' accepts a suffix string to display.
+
+
* Editing Changes in Emacs 27.1