/[emacs]/emacs/lisp/vc.el
ViewVC logotype

Diff of /emacs/lisp/vc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.323 by pj, Mon Nov 26 16:17:17 2001 UTC revision 1.324 by pj, Thu Dec 20 18:47:19 2001 UTC
# Line 316  Line 316 
316  ;;   as a floating point fractional number of days.  The helper  ;;   as a floating point fractional number of days.  The helper
317  ;;   function `vc-annotate-convert-time' may be useful for converting  ;;   function `vc-annotate-convert-time' may be useful for converting
318  ;;   multi-part times as returned by `current-time' and `encode-time'  ;;   multi-part times as returned by `current-time' and `encode-time'
319  ;;   to this format.  Return NIL if no more lines of annotation appear  ;;   to this format.  Return nil if no more lines of annotation appear
320  ;;   in the buffer.  You can safely assume that point is placed at the  ;;   in the buffer.  You can safely assume that point is placed at the
321  ;;   beginning of each line, starting at `point-min'.  The buffer that  ;;   beginning of each line, starting at `point-min'.  The buffer that
322  ;;   point is placed in is the Annotate output, as defined by the  ;;   point is placed in is the Annotate output, as defined by the
# Line 2893  Uses `rcs2log' which only works for RCS Line 2893  Uses `rcs2log' which only works for RCS
2893    
2894  (defun vc-annotate-get-backend (buffer)  (defun vc-annotate-get-backend (buffer)
2895    "Return the backend matching \"Annotate\" buffer BUFFER.    "Return the backend matching \"Annotate\" buffer BUFFER.
2896  Return NIL if no match made.  Associations are made based on  Return nil if no match made.  Associations are made based on
2897  `vc-annotate-buffers'."  `vc-annotate-buffers'."
2898    (cdr (assoc buffer vc-annotate-buffers)))    (cdr (assoc buffer vc-annotate-buffers)))
2899    

Legend:
Removed from v.1.323  
changed lines
  Added in v.1.324

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26