1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

State that dir-state is required to set the vc-state and

vc-backend properties.
This commit is contained in:
Dan Nicolaescu 2007-12-31 19:14:24 +00:00
parent d8b3b1a17d
commit 55adbcc236
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2007-12-31 Dan Nicolaescu <dann@ics.uci.edu>
* vc.el: State that dir-state is required to set the vc-state and
vc-backend properties.
2007-12-31 Martin Rudalics <rudalics@gmx.at>
* man.el (Man-default-man-entry): Make this a defun. Improve

View File

@ -163,9 +163,10 @@
;; state of as many files as possible in DIR, and all subdirecties
;; of DIR, in a fast way; it is used to avoid expensive indivitual
;; vc-state calls. The function should not return anything, but
;; rather store the files' states into the corresponding `vc-state'
;; properties. (Note: in older versions this method was not
;; required to recurse into subdirectories.)
;; rather store the files' states into the corresponding properties.
;; Two properties are required: `vc-backend' and `vc-state'. (Note:
;; in older versions this method was not required to recurse into
;; subdirectories.)
;;
;; * working-revision (file)
;;