From: Glenn Morris Date: Thu, 15 May 2008 03:32:23 +0000 (+0000) Subject: (vc-directory-resynch-file): Fix declaration. X-Git-Tag: emacs-pretest-23.0.90~5513 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7264c6b80201157f23634e434b57d93b88d02ae2;p=emacs.git (vc-directory-resynch-file): Fix declaration. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0e30e7d88f2..fe27f9e37bc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2008-05-15 Glenn Morris + + * vc-hooks.el (vc-directory-resynch-file): Fix declaration. + + * org/org-exp.el (org-infojs-options-inbuffer-template): + Fix declaration. + + * progmodes/cc-mode.el (declare-function): Add compat definition. + (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler. + 2008-05-14 Eric S. Raymond * vc-dispatcher.el (vc-dispatcher-selection): Change the returned diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index f9b82aab497..ed44eba3498 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-directory-resynch-file "vc" (file)) +(declare-function vc-directory-resynch-file "vc-dispatcher" (&optional fname)) (defun vc-after-save () "Function to be called by `basic-save-buffer' (in files.el)."