Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
01f70dba
Commit
01f70dba
authored
Feb 25, 2002
by
André Spiegel
Browse files
(vc-sccs-diff): Use consistent parameter format for
vc-diff-switches-list.
parent
2e872261
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/vc-sccs.el
lisp/vc-sccs.el
+2
-2
No files found.
lisp/vc-sccs.el
View file @
01f70dba
...
...
@@ -5,7 +5,7 @@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
;; $Id: vc-sccs.el,v 1.1
2
2001/0
7/16 12:22:59 pj
Exp $
;; $Id: vc-sccs.el,v 1.1
3
2001/0
8/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
))))
;;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment