changeset 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 be5fe3b3c1c2
children 45564d023acc
files lisp/ChangeLog lisp/vc.el
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jun 15 13:21:14 2009 +0000
+++ b/lisp/ChangeLog	Mon Jun 15 20:55:53 2009 +0000
@@ -1,3 +1,8 @@
+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
--- 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.