bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#13139: 24.3.50; vc-git: Suppress load message


From: Christopher Schmidt
Subject: bug#13139: 24.3.50; vc-git: Suppress load message
Date: Tue, 11 Dec 2012 14:31:20 +0000 (GMT)

=== 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  <christopher@ch.ristopher.com>
+
+       * vc/vc-git.el (vc-git-registered): Suppress load message of
+       vc-git.
+
 2012-12-11  Eli Zaretskii  <eliz@gnu.org>
 
        * 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)

        Christopher

reply via email to

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