From: Stefan Monnier Date: Mon, 15 Jun 2009 20:55:53 +0000 (+0000) Subject: (vc-default-revision-granularity): Remove to let the normal X-Git-Tag: emacs-pretest-23.0.95~47 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=37438e77c2615baa2066be57e09d7cfe9ec709a3;p=emacs.git (vc-default-revision-granularity): Remove to let the normal error handling kick in (bug#3570). --- 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.