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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/vc.el [lexbind]
Date: Wed, 06 Oct 2004 01:44:29 -0400

Index: emacs/lisp/vc.el
diff -c emacs/lisp/vc.el:1.331.2.11 emacs/lisp/vc.el:1.331.2.12
*** emacs/lisp/vc.el:1.331.2.11 Thu Sep 16 00:12:21 2004
--- emacs/lisp/vc.el    Wed Oct  6 05:21:50 2004
***************
*** 338,344 ****
  ;;   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
! ;;   relevant backend.
  ;;
  ;; - annotate-current-time ()
  ;;
--- 338,345 ----
  ;;   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
! ;;   relevant backend.  This function also affects how much of the line
! ;;   is fontified; where it leaves point is where fontification begins.
  ;;
  ;; - annotate-current-time ()
  ;;
***************
*** 2896,2902 ****
    (message "Redisplaying annotation...done"))
  
  (defun vc-annotate-display-autoscale (&optional full)
!   "Highlight the output of \\[vc-annotate]] using an autoscaled color map.
  Autoscaling means that the map is scaled from the current time to the
  oldest annotation in the buffer, or, with argument FULL non-nil, to
  cover the range from the oldest annotation to the newest."
--- 2897,2903 ----
    (message "Redisplaying annotation...done"))
  
  (defun vc-annotate-display-autoscale (&optional full)
!   "Highlight the output of \\[vc-annotate] using an autoscaled color map.
  Autoscaling means that the map is scaled from the current time to the
  oldest annotation in the buffer, or, with argument FULL non-nil, to
  cover the range from the oldest annotation to the newest."




reply via email to

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