aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2009-06-15 20:55:53 +0000
committerStefan Monnier <[email protected]>2009-06-15 20:55:53 +0000
commit37438e77c2615baa2066be57e09d7cfe9ec709a3 (patch)
tree5372684b5a9f1e9180f0e53053fb3f65f63f47cf
parent66bd43d1d38864fc5051887823dd9bea2c24fa27 (diff)
(vc-default-revision-granularity): Remove to let the normal
error handling kick in (bug#3570).
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/vc.el5
2 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2033c31836..a90a46acb3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-15 Stefan Monnier <[email protected]>
+
+ * vc.el (vc-default-revision-granularity): Remove to let the normal
+ error handling kick in (bug#3570).
+
2009-06-13 Chong Yidong <[email protected]>
* simple.el (kill-visual-line): Rewrite (Bug#3437). Don't try to
diff --git a/lisp/vc.el b/lisp/vc.el
index bbef5df756..3e8cdeeb58 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -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.