From a0fa8faddc760a5d7814062ec8582e7331adb6d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Spiegel?= Date: Fri, 16 Apr 2004 10:21:24 +0000 Subject: [PATCH] (vc-print-log): Quote signal. --- lisp/vc.el | 4 ++-- 1 file 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 ;; 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*")))) -- 2.39.5