summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-src.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-12-02 08:01:46 -0500
committerEric S. Raymond <esr@thyrsus.com>2014-12-02 08:01:46 -0500
commitd4767877aca091ee1a04608e2b50b346745661d4 (patch)
tree189170facf63e6c9b640cdd1cb657a2afe880ad5 /lisp/vc/vc-src.el
parente6fe301afe4bbc707d2fde44a5250b84418d2b1b (diff)
downloademacs-d4767877aca091ee1a04608e2b50b346745661d4.tar.gz
emacs-d4767877aca091ee1a04608e2b50b346745661d4.tar.bz2
emacs-d4767877aca091ee1a04608e2b50b346745661d4.zip
Eliminate an unuted function argument.
* vc.el, all backends: API simplification: Remove 4th 'default-state' argument from vc-dir-status files and its backend methods - no backend method ever set it. It was used only in the fallback method to to set a default of 'up-to-date, though a convoluted call chain obscured this.
Diffstat (limited to 'lisp/vc/vc-src.el')
-rw-r--r--lisp/vc/vc-src.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-src.el b/lisp/vc/vc-src.el
index 9e17d058a91..a2ebeef22b9 100644
--- a/lisp/vc/vc-src.el
+++ b/lisp/vc/vc-src.el
@@ -32,7 +32,7 @@
;; * registered (file) OK
;; * state (file) OK
;; * dir-status (dir update-function) OK
-;; - dir-status-files (dir files ds uf) ??
+;; - dir-status-files (dir files uf) ??
;; - dir-extra-headers (dir) NOT NEEDED
;; - dir-printer (fileinfo) ??
;; * working-revision (file) OK