summaryrefslogtreecommitdiff
path: root/lisp/vc.el
diff options
context:
space:
mode:
authorAndré Spiegel <spiegel@gnu.org>2004-04-16 10:21:24 +0000
committerAndré Spiegel <spiegel@gnu.org>2004-04-16 10:21:24 +0000
commita0fa8faddc760a5d7814062ec8582e7331adb6d0 (patch)
tree5d5c54dc8052856c312d810edda08c381d02416a /lisp/vc.el
parent6a4940b235bf20a374992406b8b5052b186e51cc (diff)
downloademacs-a0fa8faddc760a5d7814062ec8582e7331adb6d0.tar.gz
(vc-print-log): Quote signal.
Diffstat (limited to 'lisp/vc.el')
-rw-r--r--lisp/vc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 801cf6d5759..676b6bd6b88 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -7,7 +7,7 @@
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
;; Keywords: tools
-;; $Id: vc.el,v 1.374 2004/03/28 22:00:19 monnier Exp $
+;; $Id: vc.el,v 1.375 2004/04/11 15:05:18 spiegel Exp $
;; This file is part of GNU Emacs.
@@ -2361,7 +2361,7 @@ If FOCUS-REV is non-nil, leave the point at that revision."
(vc-find-backend-function (vc-backend file)
'print-log))))
(not (eq (caddr err) 2)))
- (signal wrong-number-of-arguments err)
+ (signal 'wrong-number-of-arguments err)
;; for backward compatibility
(vc-call print-log file)
(set-buffer "*vc*"))))