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


From: Andre Spiegel
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-cvs.el
Date: Mon, 18 Mar 2002 12:19:46 -0500

Index: emacs/lisp/vc-cvs.el
diff -c emacs/lisp/vc-cvs.el:1.35 emacs/lisp/vc-cvs.el:1.36
*** emacs/lisp/vc-cvs.el:1.35   Tue Mar  5 08:30:50 2002
--- emacs/lisp/vc-cvs.el        Mon Mar 18 12:19:45 2002
***************
*** 5,11 ****
  ;; Author:      FSF (see vc.el for full credits)
  ;; Maintainer:  Andre Spiegel <address@hidden>
  
! ;; $Id: vc-cvs.el,v 1.35 2002/03/05 13:30:50 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-cvs.el,v 1.36 2002/03/18 17:19:45 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 279,285 ****
  
  `vc-register-switches' and `vc-cvs-register-switches' are passed to
  the CVS command (in that order)."
!     (let ((switches (list
                     (if (stringp vc-register-switches)
                         (list vc-register-switches)
                       vc-register-switches)
--- 279,285 ----
  
  `vc-register-switches' and `vc-cvs-register-switches' are passed to
  the CVS command (in that order)."
!     (let ((switches (append
                     (if (stringp vc-register-switches)
                         (list vc-register-switches)
                       vc-register-switches)



reply via email to

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