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

Diff of /emacs/lisp/vc-cvs.el

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

revision 1.71 by spiegel, Tue Nov 30 11:02:23 2004 UTC revision 1.72 by spiegel, Sun Jan 9 21:28:53 2005 UTC
# Line 548  The changes are between FIRST-VERSION an Line 548  The changes are between FIRST-VERSION an
548                 (append (vc-switches nil 'diff) '("/dev/null")))                 (append (vc-switches nil 'diff) '("/dev/null")))
549          ;; Even if it's empty, it's locally modified.          ;; Even if it's empty, it's locally modified.
550          1)          1)
551      (let* ((async (and (vc-stay-local-p file) (fboundp 'start-process)))      (let* ((async (and (not vc-disable-async-diff)
552                           (vc-stay-local-p file)
553                           (fboundp 'start-process)))
554             (status (apply 'vc-cvs-command (or buffer "*vc-diff*")             (status (apply 'vc-cvs-command (or buffer "*vc-diff*")
555                            (if async 'async 1)                            (if async 'async 1)
556                            file "diff"                            file "diff"

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

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