mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; * lisp/vc/vc.el: Note about different file name kinds (bug#80722).
This commit is contained in:
parent
71fce9fe2b
commit
5a5801fc24
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue