[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/vc-sccs.el [emacs-unicode-2]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/vc-sccs.el [emacs-unicode-2] |
Date: |
Thu, 09 Sep 2004 17:48:14 -0400 |
Index: emacs/lisp/vc-sccs.el
diff -c emacs/lisp/vc-sccs.el:1.22.4.1 emacs/lisp/vc-sccs.el:1.22.4.2
*** emacs/lisp/vc-sccs.el:1.22.4.1 Fri Apr 16 12:50:10 2004
--- emacs/lisp/vc-sccs.el Thu Sep 9 09:36:32 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/vc-sccs.el [emacs-unicode-2],
Miles Bader <=