=== modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2012-12-11 07:49:06 +0000 +++ lisp/ChangeLog 2012-12-11 14:28:26 +0000 @@ -1,3 +1,8 @@ +2012-12-11 Christopher Schmidt + + * vc/vc-git.el (vc-git-registered): Suppress load message of + vc-git. + 2012-12-11 Eli Zaretskii * makefile.w32-in (compile4-SH): Fix a typo that caused term === modified file 'lisp/vc/vc-git.el' --- lisp/vc/vc-git.el 2012-11-30 07:43:05 +0000 +++ lisp/vc/vc-git.el 2012-12-11 14:16:15 +0000 @@ -168,7 +168,7 @@ ;;;###autoload "Return non-nil if FILE is registered with git." ;;;###autoload (if (vc-find-root file ".git") ; Short cut. ;;;###autoload (progn -;;;###autoload (load "vc-git") +;;;###autoload (load "vc-git" nil t) ;;;###autoload (vc-git-registered file)))) (defun vc-git-registered (file)