error handling kick in (bug#3570).
+2009-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * vc.el (vc-default-revision-granularity): Remove to let the normal
+ error handling kick in (bug#3570).
+
2009-06-13 Chong Yidong <cyd@stupidchicken.com>
* simple.el (kill-visual-line): Rewrite (Bug#3437). Don't try to
(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.