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: Andre Spiegel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-sccs.el
Date: Mon, 25 Feb 2002 17:05:16 -0500

Index: emacs/lisp/vc-sccs.el
diff -c emacs/lisp/vc-sccs.el:1.13 emacs/lisp/vc-sccs.el:1.14
*** emacs/lisp/vc-sccs.el:1.13  Tue Aug 28 13:05:55 2001
--- emacs/lisp/vc-sccs.el       Mon Feb 25 17:05:16 2002
***************
*** 5,11 ****
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
  
! ;; $Id: vc-sccs.el,v 1.13 2001/08/28 17:05:55 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 5,11 ----
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
  
! ;; $Id: vc-sccs.el,v 1.14 2002/02/25 22:05:16 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 308,314 ****
           (append (list "-q"
                         (and oldvers (concat "-r" oldvers))
                         (and newvers (concat "-r" newvers)))
!                  (vc-diff-switches-list sccs))))
  
  
  ;;;
--- 308,314 ----
           (append (list "-q"
                         (and oldvers (concat "-r" oldvers))
                         (and newvers (concat "-r" newvers)))
!                  (vc-diff-switches-list 'SCCS))))
  
  
  ;;;



reply via email to

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