/[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.383 by ttn, Wed Nov 3 10:21:09 2004 UTC revision 1.384 by ttn, Wed Nov 3 10:40:35 2004 UTC
# Line 2907  cover the range from the oldest annotati Line 2907  cover the range from the oldest annotati
2907      ;; Run through this file and find the oldest and newest dates annotated.      ;; Run through this file and find the oldest and newest dates annotated.
2908      (save-excursion      (save-excursion
2909        (goto-char (point-min))        (goto-char (point-min))
2910        (while (setq date (vc-call-backend vc-annotate-backend 'annotate-time))        (while (setq date (prog1 (vc-call-backend vc-annotate-backend
2911                                                    'annotate-time)
2912                              (forward-line 1)))
2913          (if (> date newest)          (if (> date newest)
2914              (setq newest date))              (setq newest date))
2915          (if (< date oldest)          (if (< date oldest)

Legend:
Removed from v.1.383  
changed lines
  Added in v.1.384

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