Docstring for `magit-update-vc-modeline'.
This commit is contained in:
parent
51fffcb3a9
commit
613834919f
1 changed files with 1 additions and 0 deletions
1
magit.el
1
magit.el
|
@ -1806,6 +1806,7 @@ Please see the manual for a complete description of Magit.
|
|||
(revert-buffer t t nil))))))
|
||||
|
||||
(defun magit-update-vc-modeline (dir)
|
||||
"Update the modeline for buffers representable by magit."
|
||||
(dolist (buffer (buffer-list))
|
||||
(when (and buffer
|
||||
(buffer-file-name buffer)
|
||||
|
|
Loading…
Reference in a new issue