diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-06-22 19:04:22 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-06-22 19:04:22 +0000 |
commit | 82d56d05355170092d0168a8fef5c55d8e744cf0 (patch) | |
tree | 21a1863fd5b1004870c39a3480a73d51e2d3169c /lisp/vc-hooks.el | |
parent | ba87b07fb92e9fe366e02fc125060aab60f18862 (diff) | |
download | emacs-82d56d05355170092d0168a8fef5c55d8e744cf0.tar.gz |
* vc.el:
* vc-hooks.el:
* vc-dispatcher.el: Move vc-dir variables and functions ...
* vc-dir.el: ... here. New file.
* Makefile.in (ELCFILES): Add vc-dir.elc.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r-- | lisp/vc-hooks.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 7ac1e85650f..2ccbdcc5671 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -745,7 +745,7 @@ Before doing that, check if there are any old backups and get rid of them." (vc-call-backend backend 'make-version-backups-p file) (vc-make-version-backup file))))) -(declare-function vc-dir-resynch-file "vc-dispatcher" (&optional fname)) +(declare-function vc-dir-resynch-file "vc-dir" (&optional fname)) (defun vc-after-save () "Function to be called by `basic-save-buffer' (in files.el)." |