master d423017cae1: * lisp/vc/vc-dir.el (vc-dir-headers): Try a hints separator line.

Sean Whitton <[email protected]> Tue, 7 Jul 2026 06:11:59 -0400 (EDT)
Newsgroups gmane.emacs.diffs
Message-ID <[email protected]>
branch: master
commit d423017cae13b74d805520b3f50cbcad25bfad6b
Author: Sean Whitton <[email protected]>
Commit: Sean Whitton <[email protected]>

    * lisp/vc/vc-dir.el (vc-dir-headers): Try a hints separator line.
---
 lisp/vc/vc-dir.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/vc/vc-dir.el b/lisp/vc/vc-dir.el
index 048670b357d..d39af2d6c43 100644
--- a/lisp/vc/vc-dir.el
+++ b/lisp/vc/vc-dir.el
@@ -1652,7 +1652,7 @@ backend-specific headers."
      "(\\[vc-dir-hide-up-to-date]) Hide up-to-date"
      "\n"
      (vc-call-backend backend 'dir-extra-hints)
-     "\n")))
+     "\n" (make-separator-line) "\n")))
   (concat
    (and vc-dir-show-key-binding-hints vc-dir--key-binding-hints)
    (propertize "VC backend : " 'face 'vc-dir-header)