summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2007-12-31 19:14:24 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2007-12-31 19:14:24 +0000
commit55adbcc236c30c236b1bda59a6c17258fa7f541c (patch)
tree134b0019b1b32029c2ed34e4213c45f78432b4cd /lisp
parentd8b3b1a17d6861377759f16ea933d81be0756a89 (diff)
downloademacs-55adbcc236c30c236b1bda59a6c17258fa7f541c.tar.gz
emacs-55adbcc236c30c236b1bda59a6c17258fa7f541c.tar.bz2
emacs-55adbcc236c30c236b1bda59a6c17258fa7f541c.zip
State that dir-state is required to set the vc-state and
vc-backend properties.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/vc.el7
2 files changed, 9 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 89b535ac79f..68d6b40e54b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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
diff --git a/lisp/vc.el b/lisp/vc.el
index f25045bc469..621802cf4a9 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -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)
;;