Mercurial > emacs
changeset 2212:ee24a74fd7cf
vc-error-occurred needs to be in vc-hooks.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Tue, 16 Mar 1993 15:44:52 +0000 |
parents | a53385347b85 |
children | 9ff513b5d296 |
files | lisp/vc.el |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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 <esr@snark.thyrsus.com> ;; 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)