From 37438e77c2615baa2066be57e09d7cfe9ec709a3 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 15 Jun 2009 20:55:53 +0000 Subject: [PATCH] (vc-default-revision-granularity): Remove to let the normal error handling kick in (bug#3570). --- lisp/ChangeLog | 5 +++++ lisp/vc.el | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2033c31836d..a90a46acb36 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-06-15 Stefan Monnier + + * vc.el (vc-default-revision-granularity): Remove to let the normal + error handling kick in (bug#3570). + 2009-06-13 Chong Yidong * simple.el (kill-visual-line): Rewrite (Bug#3437). Don't try to diff --git a/lisp/vc.el b/lisp/vc.el index bbef5df756b..3e8cdeeb585 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. -- 2.39.2