]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-default-workfile-unchanged-p): Quote signal.
authorAndré Spiegel <spiegel@gnu.org>
Fri, 16 Apr 2004 10:21:51 +0000 (10:21 +0000)
committerAndré Spiegel <spiegel@gnu.org>
Fri, 16 Apr 2004 10:21:51 +0000 (10:21 +0000)
lisp/vc-hooks.el

index 80b9766caa08d803cadf91dae3cc46c8f462ac92..e7278dcd2fadbd79759d46d2bfb57e6b54fbae95 100644 (file)
@@ -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)