Mercurial > emacs
changeset 54911:40b3b405fe21
(vc-print-log): Quote signal.
author | André Spiegel <spiegel@gnu.org> |
---|---|
date | Fri, 16 Apr 2004 10:21:24 +0000 |
parents | 2ac3325ab7ec |
children | 08fcaad03634 |
files | lisp/vc.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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 @@ (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*"))))