From 5a5801fc24d5a644a58d26d2dc01f73bad57f5db Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 13 Apr 2026 09:24:44 -0400 Subject: [PATCH] ; * lisp/vc/vc.el: Note about different file name kinds (bug#80722). --- lisp/vc/vc.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 3773973eb60..bc6c38e3704 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -104,6 +104,12 @@ ;; In the list of functions below, each identifier needs to be prepended ;; with `vc-sys-'. Some of the functions are mandatory (marked with a ;; `*'), others are optional (`-'). +;; +;; NOTES +;; +;; - Unless otherwise specified, code should be prepared to handle +;; absolute, relative, abbreviated and unabbreviated file names: +;; the generic code isn't always consistent about what it passes. ;; BACKEND PROPERTIES ;;