summaryrefslogtreecommitdiff
path: root/lisp/vc-hooks.el
diff options
context:
space:
mode:
authorAndré Spiegel <spiegel@gnu.org>2004-04-16 10:21:51 +0000
committerAndré Spiegel <spiegel@gnu.org>2004-04-16 10:21:51 +0000
commitc89d3cf581d3a0d5db54867774fc62f8297a4b05 (patch)
tree20a6cbdf6911fb79e4e81f5eb3be8046d80a35d3 /lisp/vc-hooks.el
parenta0fa8faddc760a5d7814062ec8582e7331adb6d0 (diff)
downloademacs-c89d3cf581d3a0d5db54867774fc62f8297a4b05.tar.gz
(vc-default-workfile-unchanged-p): Quote signal.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r--lisp/vc-hooks.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index 80b9766caa0..e7278dcd2fa 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -6,7 +6,7 @@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc-hooks.el,v 1.165 2004/03/28 17:38:03 monnier Exp $
+;; $Id: vc-hooks.el,v 1.166 2004/04/11 15:03:21 spiegel Exp $
;; This file is part of GNU Emacs.
@@ -475,7 +475,7 @@ Return non-nil if FILE is unchanged."
(vc-find-backend-function (vc-backend file)
'diff))))
(not (eq (caddr err) 5)))
- (signal wrong-number-of-arguments err)
+ (signal 'wrong-number-of-arguments err)
(vc-call diff file))))))
(defun vc-workfile-version (file)