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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el
Date: Thu, 20 Dec 2001 13:47:20 -0500

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.323 emacs/lisp/vc.el:1.324
*** emacs/lisp/vc.el:1.323      Mon Nov 26 11:17:17 2001
--- emacs/lisp/vc.el    Thu Dec 20 13:47:19 2001
***************
*** 6,12 ****
  ;; Maintainer: Andre Spiegel <address@hidden>
  ;; Keywords: tools
  
! ;; $Id: vc.el,v 1.323 2001/11/26 16:17:17 pj Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 6,12 ----
  ;; Maintainer: Andre Spiegel <address@hidden>
  ;; Keywords: tools
  
! ;; $Id: vc.el,v 1.324 2001/12/20 18:47:19 pj Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 316,322 ****
  ;;   as a floating point fractional number of days.  The helper
  ;;   function `vc-annotate-convert-time' may be useful for converting
  ;;   multi-part times as returned by `current-time' and `encode-time'
! ;;   to this format.  Return NIL if no more lines of annotation appear
  ;;   in the buffer.  You can safely assume that point is placed at the
  ;;   beginning of each line, starting at `point-min'.  The buffer that
  ;;   point is placed in is the Annotate output, as defined by the
--- 316,322 ----
  ;;   as a floating point fractional number of days.  The helper
  ;;   function `vc-annotate-convert-time' may be useful for converting
  ;;   multi-part times as returned by `current-time' and `encode-time'
! ;;   to this format.  Return nil if no more lines of annotation appear
  ;;   in the buffer.  You can safely assume that point is placed at the
  ;;   beginning of each line, starting at `point-min'.  The buffer that
  ;;   point is placed in is the Annotate output, as defined by the
***************
*** 2893,2899 ****
  
  (defun vc-annotate-get-backend (buffer)
    "Return the backend matching \"Annotate\" buffer BUFFER.
! Return NIL if no match made.  Associations are made based on
  `vc-annotate-buffers'."
    (cdr (assoc buffer vc-annotate-buffers)))
  
--- 2893,2899 ----
  
  (defun vc-annotate-get-backend (buffer)
    "Return the backend matching \"Annotate\" buffer BUFFER.
! Return nil if no match made.  Associations are made based on
  `vc-annotate-buffers'."
    (cdr (assoc buffer vc-annotate-buffers)))
  



reply via email to

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