# HG changeset patch # User Andr Spiegel # Date 1082110884 0 # Node ID 40b3b405fe21b9d3d632d4fc7fa26f48f0d30957 # Parent 2ac3325ab7ec0c4d887f14ea73dc24e072901462 (vc-print-log): Quote signal. diff -r 2ac3325ab7ec -r 40b3b405fe21 lisp/vc.el --- a/lisp/vc.el Fri Apr 16 08:57:51 2004 +0000 +++ b/lisp/vc.el Fri Apr 16 10:21:24 2004 +0000 @@ -7,7 +7,7 @@ ;; Maintainer: Andre Spiegel ;; 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 @@ (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*"))))