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-sccs.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-sccs.el
Date: Tue, 07 Sep 2004 07:16:14 -0400

Index: emacs/lisp/vc-sccs.el
diff -c emacs/lisp/vc-sccs.el:1.25 emacs/lisp/vc-sccs.el:1.26
*** emacs/lisp/vc-sccs.el:1.25  Sun Mar 21 15:49:55 2004
--- emacs/lisp/vc-sccs.el       Tue Sep  7 04:47:51 2004
***************
*** 1,6 ****
  ;;; vc-sccs.el --- support for SCCS version-control
  
! ;; Copyright (C) 1992,93,94,95,96,97,98,99,2000,2001 Free Software 
Foundation, Inc.
  
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
--- 1,7 ----
  ;;; vc-sccs.el --- support for SCCS version-control
  
! ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
! ;;   2000, 2001, 2004  Free Software Foundation, Inc.
  
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
***************
*** 150,156 ****
    'locking)
  
  (defun vc-sccs-workfile-unchanged-p (file)
!   "SCCS-specific implementation of vc-workfile-unchanged-p."
    (zerop (apply 'vc-do-command nil 1 "vcdiff" (vc-name file)
                  (list "--brief" "-q"
                        (concat "-r" (vc-workfile-version file))))))
--- 151,157 ----
    'locking)
  
  (defun vc-sccs-workfile-unchanged-p (file)
!   "SCCS-specific implementation of `vc-workfile-unchanged-p'."
    (zerop (apply 'vc-do-command nil 1 "vcdiff" (vc-name file)
                  (list "--brief" "-q"
                        (concat "-r" (vc-workfile-version file))))))
***************
*** 397,401 ****
  
  (provide 'vc-sccs)
  
! ;;; arch-tag: d751dee3-d7b3-47e1-95e3-7ae98c052041
  ;;; vc-sccs.el ends here
--- 398,402 ----
  
  (provide 'vc-sccs)
  
! ;; arch-tag: d751dee3-d7b3-47e1-95e3-7ae98c052041
  ;;; vc-sccs.el ends here




reply via email to

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