From: André Spiegel Date: Fri, 16 Apr 2004 10:21:24 +0000 (+0000) Subject: (vc-print-log): Quote signal. X-Git-Tag: ttn-vms-21-2-B4~6799 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0fa8faddc760a5d7814062ec8582e7331adb6d0;p=emacs.git (vc-print-log): Quote signal. --- 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*"))))