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


From: Andre Spiegel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-rcs.el
Date: Mon, 25 Feb 2002 17:04:29 -0500

Index: emacs/lisp/vc-rcs.el
diff -c emacs/lisp/vc-rcs.el:1.22 emacs/lisp/vc-rcs.el:1.23
*** emacs/lisp/vc-rcs.el:1.22   Sat Jan  5 12:21:06 2002
--- emacs/lisp/vc-rcs.el        Mon Feb 25 17:04:29 2002
***************
*** 5,11 ****
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
  
! ;; $Id: vc-rcs.el,v 1.22 2002/01/05 17:21:06 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-rcs.el,v 1.23 2002/02/25 22:04:29 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 553,559 ****
           (append (list "-q"
                         (concat "-r" oldvers)
                         (and newvers (concat "-r" newvers)))
!                  (vc-diff-switches-list rcs))))
  
  
  ;;;
--- 553,559 ----
           (append (list "-q"
                         (concat "-r" oldvers)
                         (and newvers (concat "-r" newvers)))
!                  (vc-diff-switches-list 'RCS))))
  
  
  ;;;



reply via email to

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