diff lisp/vc.el @ 103434:2527d8d9a450

(vc-default-revision-granularity): Remove to let the normal error handling kick in (bug#3570).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 15 Jun 2009 20:55:53 +0000
parents 8d8a82b45ba7
children af4ee0cb7fb7
line wrap: on
line diff
--- a/lisp/vc.el	Mon Jun 15 13:21:14 2009 +0000
+++ b/lisp/vc.el	Mon Jun 15 20:55:53 2009 +0000
@@ -2247,11 +2247,6 @@
   (vc-call-backend (vc-responsible-backend default-directory)
                    'update-changelog args))
 
-;;; The default back end.  Assumes RCS-like revision numbering.
-
-(defun vc-default-revision-granularity ()
-  (error "Your backend will not work with this version of VC mode."))
-
 ;; functions that operate on RCS revision numbers.  This code should
 ;; also be moved into the backends.  It stays for now, however, since
 ;; it is used in code below.