From 01f70dba885d21f41f42859e86b01cec4af0bb96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Spiegel?= Date: Mon, 25 Feb 2002 22:05:16 +0000 Subject: [PATCH] (vc-sccs-diff): Use consistent parameter format for vc-diff-switches-list. --- lisp/vc-sccs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/vc-sccs.el b/lisp/vc-sccs.el index f3b922d143e..80df642a8be 100644 --- a/lisp/vc-sccs.el +++ b/lisp/vc-sccs.el @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $Id: vc-sccs.el,v 1.12 2001/07/16 12:22:59 pj Exp $ +;; $Id: vc-sccs.el,v 1.13 2001/08/28 17:05:55 spiegel Exp $ ;; This file is part of GNU Emacs. @@ -308,7 +308,7 @@ EDITABLE non-nil means previous version should be locked." (append (list "-q" (and oldvers (concat "-r" oldvers)) (and newvers (concat "-r" newvers))) - (vc-diff-switches-list sccs)))) + (vc-diff-switches-list 'SCCS)))) ;;; -- 2.39.2