]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-cvs-make-version-backups-p): Added `-p' suffix as expected by
authorAndré Spiegel <spiegel@gnu.org>
Sun, 22 Oct 2000 15:31:11 +0000 (15:31 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Sun, 22 Oct 2000 15:31:11 +0000 (15:31 +0000)
vc[-hooks].el.

lisp/vc-cvs.el

index 7b4b3f2dd84d37c792a491ce43e926302e711e69..8dbcaf1b723b9ba7601737e6356da841686c0329 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author:      FSF (see vc.el for full credits)
 ;; Maintainer:  Andre Spiegel <spiegel@gnu.org>
 
-;; $Id: vc-cvs.el,v 1.4 2000/09/09 00:48:39 monnier Exp $
+;; $Id: vc-cvs.el,v 1.5 2000/10/04 09:51:15 spiegel Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -551,7 +551,7 @@ Inappropriate for CVS"
 This is only possible if CVS is responsible for FILE's directory."
   (vc-cvs-responsible-p file))
 
-(defun vc-cvs-make-version-backups (file)
+(defun vc-cvs-make-version-backups-p (file)
   "Return non-nil if version backups should be made for FILE."
   (vc-cvs-stay-local-p file))