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, 18 Mar 2002 12:20:44 -0500

Index: emacs/lisp/vc-sccs.el
diff -c emacs/lisp/vc-sccs.el:1.14 emacs/lisp/vc-sccs.el:1.15
*** emacs/lisp/vc-sccs.el:1.14  Mon Feb 25 17:05:16 2002
--- emacs/lisp/vc-sccs.el       Mon Mar 18 12:20:43 2002
***************
*** 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.
  
--- 5,11 ----
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
  
! ;; $Id: vc-sccs.el,v 1.15 2002/03/18 17:20:43 spiegel Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 161,167 ****
  
  Automatically retrieve a read-only version of the file with keywords
  expanded if `vc-keep-workfiles' is non-nil, otherwise, delete the workfile."
!     (let* ((switches (list
                     (if (stringp vc-register-switches)
                         (list vc-register-switches)
                       vc-register-switches)
--- 161,167 ----
  
  Automatically retrieve a read-only version of the file with keywords
  expanded if `vc-keep-workfiles' is non-nil, otherwise, delete the workfile."
!     (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]