mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Revert "Don't declare vc-exec-after anymore"
This reverts commit 5e4395544c.
(http://lists.gnu.org/archive/html/emacs-devel/2015-10/msg02009.html)
This commit is contained in:
parent
b1d39288e5
commit
9db11fa2d6
7 changed files with 19 additions and 0 deletions
|
|
@ -208,6 +208,10 @@ switches."
|
|||
(setq result (cons (list filename state) result)))))
|
||||
(funcall callback result)))
|
||||
|
||||
;; dir-status-files called from vc-dir, which loads vc,
|
||||
;; which loads vc-dispatcher.
|
||||
(declare-function vc-exec-after "vc-dispatcher" (code))
|
||||
|
||||
(autoload 'vc-expand-dirs "vc")
|
||||
|
||||
(defun vc-svn-dir-status-files (_dir files callback)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue