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

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

[debbugs-tracker] bug#13139: closed (24.3.50; vc-git: Suppress load mess


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13139: closed (24.3.50; vc-git: Suppress load message)
Date: Fri, 01 Feb 2013 17:36:01 +0000

Your message dated Fri,  1 Feb 2013 17:34:54 +0000 (GMT)
with message-id <address@hidden>
and subject line Re: bug#13139: 24.3.50; vc-git: Suppress load message
has caused the debbugs.gnu.org bug report #13139,
regarding 24.3.50; vc-git: Suppress load message
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13139: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13139
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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  <address@hidden>
+
+       * vc/vc-git.el (vc-git-registered): Suppress load message of
+       vc-git.
+
 2012-12-11  Eli Zaretskii  <address@hidden>
 
        * 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

--- End Message ---
--- Begin Message --- Subject: Re: bug#13139: 24.3.50; vc-git: Suppress load message Date: Fri, 1 Feb 2013 17:34:54 +0000 (GMT)
Stefan Monnier <address@hidden> writes:
>> It would be great if someone applied my patch (attached to
>> <address@hidden>) or got me green light so I can apply
>> it myself.
>
> Go ahead for this one (the other ones should come soon),

Thank you.  Installed in trunk.

        Christopher


--- End Message ---

reply via email to

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