mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(vc-hooks, ewoc): Require.
(vc-log-edit, vc-buffer-sync): Declare for byte compiler.
This commit is contained in:
parent
ec4149ff60
commit
d9a3d80e56
@ -1,5 +1,8 @@
|
||||
2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* vc-dispatcher.el (vc-hooks, ewoc): Require.
|
||||
(vc-log-edit, vc-buffer-sync): Declare for byte compiler.
|
||||
|
||||
* vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
|
||||
|
||||
2008-05-10 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
@ -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 @@ containing that file. Otherwise, throw an error."
|
||||
nil (lambda () (vc-dispatcher-in-fileset-p files))))
|
||||
files))
|
||||
|
||||
(provide 'vc-dispatcher)
|
||||
|
||||
;; arch-tag: 7d08b17f-5470-4799-914b-bfb9fcf6a246
|
||||
;;; vc-dispatcher.el ends here
|
||||
|
Loading…
Reference in New Issue
Block a user