]> git.eshelyaron.com Git - emacs.git/commit
Let untarring (and hence package installation) go faster (Bug#35909)
authorNoam Postavsky <npostavs@gmail.com>
Sat, 25 May 2019 23:44:41 +0000 (19:44 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Tue, 4 Jun 2019 00:18:19 +0000 (20:18 -0400)
commitf81b812d75d33a7d24c8c0f46455bde9a7ee6840
treed258d46ceca01aedb326fbbf9d593e7dd7ba4e7a
parent2aae063055283ee64ecf339c812a1fe6d1cb106e
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.
doc/lispref/display.texi
etc/NEWS
lisp/subr.el
lisp/tar-mode.el