emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc.el


From: Andre Spiegel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Sat, 20 Jul 2002 13:37:45 -0400

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.333 emacs/lisp/vc.el:1.334
*** emacs/lisp/vc.el:1.333      Tue Jul 16 16:44:23 2002
--- emacs/lisp/vc.el    Fri Jul 19 09:20:02 2002
***************
*** 6,12 ****
  ;; Maintainer: Andre Spiegel <address@hidden>
  ;; Keywords: tools
  
! ;; $Id: vc.el,v 1.333 2002/07/16 20:44:23 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 6,12 ----
  ;; Maintainer: Andre Spiegel <address@hidden>
  ;; Keywords: tools
  
! ;; $Id: vc.el,v 1.334 2002/07/19 13:20:02 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 148,154 ****
  ;;   contents with those of the master version.  If the backend does not
  ;;   have such a brief-comparison feature, the default implementation of
  ;;   this function can be used, which delegates to a full
! ;;   vc-BACKEND-diff.
  ;;
  ;; - mode-line-string (file)
  ;;
--- 148,155 ----
  ;;   contents with those of the master version.  If the backend does not
  ;;   have such a brief-comparison feature, the default implementation of
  ;;   this function can be used, which delegates to a full
! ;;   vc-BACKEND-diff.  (Note that vc-BACKEND-diff must not run 
! ;;   asynchronously in this case.)
  ;;
  ;; - mode-line-string (file)
  ;;



reply via email to

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