]> git.eshelyaron.com Git - emacs.git/commit
Improve vc-mutex use
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 29 Jul 2018 09:59:21 +0000 (11:59 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 29 Jul 2018 09:59:21 +0000 (11:59 +0200)
commitc6db5347c5a927547af4f0d428b76fc42163d5d7
tree9554d44a48d24b06c6655f1a425383a7c5c87c54
parent0de175d2310c0d249118195fdac830a33b5956b1
Improve vc-mutex use

* lisp/files.el (find-file-with-threads): Don't lock `vc-mutex'
here ...
(find-file-noselect): ... but here when wildcards are enabled.

* lisp/vc/vc-hooks.el (vc-refresh-state): Lock `vc-mutex' only at
thread start.  Use buffer name as thread name.
lisp/files.el
lisp/vc/vc-hooks.el