# HG changeset patch # User Glenn Morris # Date 1203894365 0 # Node ID 5e54541c6015753b947c6b81e2cd8cb183257cf8 # Parent e8699ffb4bb93f8888adcfdc9b77863345b49720 Comment. diff -r e8699ffb4bb9 -r 5e54541c6015 lisp/vc-sccs.el --- a/lisp/vc-sccs.el Sun Feb 24 23:02:59 2008 +0000 +++ b/lisp/vc-sccs.el Sun Feb 24 23:06:05 2008 +0000 @@ -1,7 +1,8 @@ ;;; vc-sccs.el --- support for SCCS version-control ;; Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +;; 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +;; Free Software Foundation, Inc. ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel @@ -313,9 +314,10 @@ (defun vc-sccs-diff (files &optional oldvers newvers buffer) "Get a difference report using SCCS between two filesets." + ;; FIXME this is broken (`file' versus `files'). (setq oldvers (vc-sccs-lookup-triple file oldvers)) (setq newvers (vc-sccs-lookup-triple file newvers)) - (apply 'vc-do-command (or buffer "*vc-diff*") + (apply 'vc-do-command (or buffer "*vc-diff*") 1 "vcdiff" (mapcar 'vc-name (vc-expand-dirs files)) (append (list "-q" (and oldvers (concat "-r" oldvers))