aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/vc.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index d863a6371e9..4444ca6d946 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -5,7 +5,7 @@
5;; Author: Eric S. Raymond <esr@snark.thyrsus.com> 5;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
6;; Version: 5.0 6;; Version: 5.0
7 7
8;; $Id: vc.el,v 1.24 1993/03/09 23:02:40 eric Exp eric $ 8;; $Id: vc.el,v 1.25 1993/03/11 07:45:02 eric Exp eric $
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11 11
@@ -109,9 +109,6 @@ is sensitive to blank lines.")
109 109
110(defconst vc-name-assoc-file "VC-names") 110(defconst vc-name-assoc-file "VC-names")
111 111
112(defmacro vc-error-occurred (&rest body)
113 (list 'condition-case nil (cons 'progn (append body '(nil))) '(error t)))
114
115;; File property caching 112;; File property caching
116 113
117(defun vc-file-clearprops (file) 114(defun vc-file-clearprops (file)