diff options
author | André Spiegel <spiegel@gnu.org> | 2002-02-25 22:05:16 +0000 |
---|---|---|
committer | André Spiegel <spiegel@gnu.org> | 2002-02-25 22:05:16 +0000 |
commit | 01f70dba885d21f41f42859e86b01cec4af0bb96 (patch) | |
tree | 93ecc827553f5c5cbec2207c23354dc3b11724e2 /lisp/vc-sccs.el | |
parent | 2e8722617086f699b36d0875a192369ec35779e5 (diff) | |
download | emacs-01f70dba885d21f41f42859e86b01cec4af0bb96.tar.gz |
(vc-sccs-diff): Use consistent parameter format for
vc-diff-switches-list.
Diffstat (limited to 'lisp/vc-sccs.el')
-rw-r--r-- | lisp/vc-sccs.el | 4 |
1 files 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 <spiegel@gnu.org> -;; $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)))) ;;; |