]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-default-revision-granularity): Remove to let the normal
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 15 Jun 2009 20:55:53 +0000 (20:55 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 15 Jun 2009 20:55:53 +0000 (20:55 +0000)
error handling kick in (bug#3570).

lisp/ChangeLog
lisp/vc.el

index 2033c31836d73666e59916110c0a1a5bfc6c93a8..a90a46acb36e3569fadae8586916cfc911c4ba06 100644 (file)
@@ -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
index bbef5df756bffbdc6cbefcdd92a58b3a9c0d36aa..3e8cdeeb585c39fc2fcc85a0cfb7494768b180bc 100644 (file)
@@ -2247,11 +2247,6 @@ log entries should be gathered."
   (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.