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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-hooks.el
Date: Sat, 30 Aug 2003 06:56:39 -0400

Index: emacs/lisp/vc-hooks.el
diff -c emacs/lisp/vc-hooks.el:1.158 emacs/lisp/vc-hooks.el:1.159
*** emacs/lisp/vc-hooks.el:1.158        Sat Aug 23 19:04:20 2003
--- emacs/lisp/vc-hooks.el      Sat Aug 30 06:56:38 2003
***************
*** 6,12 ****
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
  
! ;; $Id: vc-hooks.el,v 1.158 2003/08/23 23:04:20 rost Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 6,12 ----
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
  
! ;; $Id: vc-hooks.el,v 1.159 2003/08/30 10:56:38 eliz Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 589,595 ****
    "Make a backup copy of FILE, which is assumed in sync with the repository.
  Before doing that, check if there are any old backups and get rid of them."
    (unless (and (fboundp 'msdos-long-file-names)
!                (not (with-no-warnings msdos-long-file-names)))
      (vc-delete-automatic-version-backups file)
      (copy-file file (vc-version-backup-file-name file)
                 nil 'keep-date)))
--- 589,595 ----
    "Make a backup copy of FILE, which is assumed in sync with the repository.
  Before doing that, check if there are any old backups and get rid of them."
    (unless (and (fboundp 'msdos-long-file-names)
!                (not (with-no-warnings (msdos-long-file-names))))
      (vc-delete-automatic-version-backups file)
      (copy-file file (vc-version-backup-file-name file)
                 nil 'keep-date)))




reply via email to

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