# HG changeset patch # User Eric S. Raymond # Date 732296692 0 # Node ID ee24a74fd7cfc64a52448eeeb7f86b5390f2fedc # Parent a53385347b85496a5f32c9ea84a7881be2cc38c2 vc-error-occurred needs to be in vc-hooks. diff -r a53385347b85 -r ee24a74fd7cf lisp/vc.el --- a/lisp/vc.el Tue Mar 16 09:13:53 1993 +0000 +++ b/lisp/vc.el Tue Mar 16 15:44:52 1993 +0000 @@ -5,7 +5,7 @@ ;; Author: Eric S. Raymond ;; Version: 5.0 -;; $Id: vc.el,v 1.24 1993/03/09 23:02:40 eric Exp eric $ +;; $Id: vc.el,v 1.25 1993/03/11 07:45:02 eric Exp eric $ ;; This file is part of GNU Emacs. @@ -109,9 +109,6 @@ (defconst vc-name-assoc-file "VC-names") -(defmacro vc-error-occurred (&rest body) - (list 'condition-case nil (cons 'progn (append body '(nil))) '(error t))) - ;; File property caching (defun vc-file-clearprops (file)