emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vc-dispatcher.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-dispatcher.el,v
Date: Sat, 10 May 2008 19:21:38 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/05/10 19:21:33

Index: vc-dispatcher.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/vc-dispatcher.el,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -b -r1.37 -r1.38
--- vc-dispatcher.el    10 May 2008 13:27:15 -0000      1.37
+++ vc-dispatcher.el    10 May 2008 19:21:30 -0000      1.38
@@ -120,11 +120,15 @@
 ;; - vc-dir-menu-map-filter hook call needs to be moved to vc.el.
 ;;
 
-(provide 'vc-dispatcher)
+(require 'vc-hooks)
+(require 'ewoc)
 
 (eval-when-compile
   (require 'cl))
 
+(declare-function vc-log-edit "vc" (fileset))
+(declare-function vc-buffer-sync "vc" (&optional not-urgent))
+
 ;; General customization
 
 (defcustom vc-logentry-check-hook nil
@@ -1355,5 +1359,7 @@
         nil (lambda () (vc-dispatcher-in-fileset-p files))))
     files))
 
+(provide 'vc-dispatcher)
+
 ;; arch-tag: 7d08b17f-5470-4799-914b-bfb9fcf6a246
 ;;; vc-dispatcher.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]