diff options
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r-- | lisp/vc-hooks.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index e28a01d35e6..80f12af974a 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -705,6 +705,8 @@ Before doing that, check if there are any old backups and get rid of them." (vc-call make-version-backups-p file) (vc-make-version-backup file)))) +(declare-function vc-dired-resynch-file "vc" (file)) + (defun vc-after-save () "Function to be called by `basic-save-buffer' (in files.el)." ;; If the file in the current buffer is under version control, |