From: André Spiegel Date: Mon, 25 Feb 2002 22:05:16 +0000 (+0000) Subject: (vc-sccs-diff): Use consistent parameter format for X-Git-Tag: ttn-vms-21-2-B4~16474 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01f70dba885d21f41f42859e86b01cec4af0bb96;p=emacs.git (vc-sccs-diff): Use consistent parameter format for vc-diff-switches-list. --- 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)))) ;;;