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-rcs.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-rcs.el [lexbind]
Date: Wed, 15 Sep 2004 20:43:22 -0400

Index: emacs/lisp/vc-rcs.el
diff -c emacs/lisp/vc-rcs.el:1.24.2.4 emacs/lisp/vc-rcs.el:1.24.2.5
*** emacs/lisp/vc-rcs.el:1.24.2.4       Tue Jul  6 10:26:54 2004
--- emacs/lisp/vc-rcs.el        Thu Sep 16 00:12:21 2004
***************
*** 1,6 ****
  ;;; vc-rcs.el --- support for RCS 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-rcs.el --- support for RCS 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>
***************
*** 208,214 ****
                 (vc-file-getprop file 'vc-checkout-model)))))
  
  (defun vc-rcs-workfile-unchanged-p (file)
!   "RCS-specific implementation of vc-workfile-unchanged-p."
    ;; Try to use rcsdiff --brief.  If rcsdiff does not understand that,
    ;; do a double take and remember the fact for the future
    (let* ((version (concat "-r" (vc-workfile-version file)))
--- 209,215 ----
                 (vc-file-getprop file 'vc-checkout-model)))))
  
  (defun vc-rcs-workfile-unchanged-p (file)
!   "RCS-specific implementation of `vc-workfile-unchanged-p'."
    ;; Try to use rcsdiff --brief.  If rcsdiff does not understand that,
    ;; do a double take and remember the fact for the future
    (let* ((version (concat "-r" (vc-workfile-version file)))
***************
*** 786,790 ****
  
  (provide 'vc-rcs)
  
! ;;; arch-tag: 759b4916-5b0d-431d-b647-b185b8c652cf
  ;;; vc-rcs.el ends here
--- 787,791 ----
  
  (provide 'vc-rcs)
  
! ;; arch-tag: 759b4916-5b0d-431d-b647-b185b8c652cf
  ;;; vc-rcs.el ends here




reply via email to

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