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

Previous Next

Package: emacs;

Reported by: Christopher Schmidt <christopher <at> ch.ristopher.com>

Date: Tue, 11 Dec 2012 14:33:02 UTC

Severity: wishlist

Found in version 24.3.50

Done: Christopher Schmidt <christopher <at> ch.ristopher.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Christopher Schmidt <christopher <at> ch.ristopher.com>
To: 13139 <at> debbugs.gnu.org
Subject: bug#13139: 24.3.50; vc-git: Suppress load message
Date: Tue, 11 Dec 2012 14:31:20 +0000 (GMT)
[vc-git-suppress-load-msg.diff (text/x-diff, inline)]
=== 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 <at> ch.ristopher.com>
+
+	* vc/vc-git.el (vc-git-registered): Suppress load message of
+	vc-git.
+
 2012-12-11  Eli Zaretskii  <eliz <at> 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)

[Message part 2 (text/plain, inline)]
        Christopher

This bug report was last modified 12 years and 164 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.