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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-hooks.el
Date: Tue, 11 Dec 2001 02:35:19 -0500

Index: emacs/lisp/vc-hooks.el
diff -c emacs/lisp/vc-hooks.el:1.135 emacs/lisp/vc-hooks.el:1.136
*** emacs/lisp/vc-hooks.el:1.135        Fri Nov  9 09:58:21 2001
--- emacs/lisp/vc-hooks.el      Tue Dec 11 02:35:18 2001
***************
*** 5,11 ****
  ;; Author:     FSF (see vc.el for full credits)
  ;; Maintainer: Andre Spiegel <address@hidden>
  
! ;; $Id: vc-hooks.el,v 1.135 2001/11/09 14:58:21 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-hooks.el,v 1.136 2001/12/11 07:35:18 pj Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 463,470 ****
  (define-key global-map "\C-x\C-q" 'vc-toggle-read-only)
  
  (defun vc-default-make-version-backups-p (backend file)
!   "Return non-nil if unmodified repository versions should 
! be backed up locally.  The default is to switch off this feature."
    nil)
  
  (defun vc-version-backup-file-name (file &optional rev manual regexp)
--- 463,470 ----
  (define-key global-map "\C-x\C-q" 'vc-toggle-read-only)
  
  (defun vc-default-make-version-backups-p (backend file)
!   "Return non-nil if unmodified repository versions should be backed up 
locally.
! The default is to switch off this feature."
    nil)
  
  (defun vc-version-backup-file-name (file &optional rev manual regexp)



reply via email to

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